Leadtools.Annotations Namespace > AnnAutomation Class : AutomationControl Property |
public virtual IAnnAutomationControl AutomationControl {get;}
'Declaration Public Overridable ReadOnly Property AutomationControl As IAnnAutomationControl
'Usage Dim instance As AnnAutomation Dim value As IAnnAutomationControl value = instance.AutomationControl
public: virtual property IAnnAutomationControl^ AutomationControl { IAnnAutomationControl^ get(); }
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).
In the above case, every AnnAutomation has one IAnnAutomationControl control and one AnnContainer object.