←Select platform

AutomationControl Property

Summary
Gets the automation control for this AnnAutomation.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual IAnnAutomationControl AutomationControl { get; } 
@property (nonatomic, strong, readonly) id<LTIAnnAutomationControl> automationControl; 
public IAnnAutomationControl getAutomationControl() 
public:  
   virtual property IAnnAutomationControl^ AutomationControl 
   { 
      IAnnAutomationControl^ get() 
   } 
AutomationControl # get  (AnnAutomation) 

Property Value

The IAnnAutomationControl control for this AnnAutomation

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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