←Select platform

AutomationControl Property

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

Property Value

The automation control associated with this designer.

Remarks

This is the same value passed as the automationControl parameter of #ctor constructor.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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