Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : AutomationControl Property |
public virtual IAnnAutomationControl AutomationControl {get;}
'Declaration
Public Overridable ReadOnly Property AutomationControl As IAnnAutomationControl
public virtual IAnnAutomationControl AutomationControl {get;}
@property (nonatomic,retain,readonly) NSObject<LTIAnnAutomationControl>* automationControl;
public IAnnAutomationControl getAutomationControl()
get_AutomationControl();
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.