AutomationObject Property

Summary
Gets or sets the automation object.
Syntax
C#
VB
C++
public virtual object AutomationObject { get; set; } 
  
Public Overridable Property AutomationObject As Object 
            public: 
virtual property Object^ AutomationObject { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

The automation object being used with this control.

Remarks

This property is called by the automation object when this Leadtools.Annotations.Engine.IAnnAutomationControl is attached to it and added to the manager. The value passed to the setter is AnnAutomation itself. When the automation object is destroyed, it sets the value of AutomationObject to null.

The default implementation saves the value of AutomationObject into a local variable and use it as needed.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.