Gets or sets the automation object.
public virtual object AutomationObject { get; set; }
Public Overridable Property AutomationObject As Object
The automation object being used with this control.
This property is called by the automation object when this Leadtools.Annotations.Core.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET