Gets the automation control for this AnnAutomation.
public virtual IAnnAutomationControl AutomationControl { get; }
Public Overridable ReadOnly Property AutomationControl As Leadtools.Annotations.Core.IAnnAutomationControl
public virtual Leadtools.Annotations.Core.IAnnAutomationControl AutomationControl {get;}
@property (nonatomic,retain,readonly) NSObject<LTIAnnAutomationControl>* automationControl;
public IAnnAutomationControl getAutomationControl()
get_AutomationControl();
public:
virtual property IAnnAutomationControl^ AutomationControl
{
IAnnAutomationControl^ get()
}
The IAnnAutomationControl control for this AnnAutomation
If this AnnAutomation was created with an instance of IAnnAutomationControl using the AnnAutomation(AnnAutomationManager, IAnnAutomationControl) method, then this property will return the instance of this IAnnAutomationControl (or the control subsequently attached with Attach or AttachContainer).
In the above case, every AnnAutomation has one IAnnAutomationControl control and one AnnContainer object.
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