←Select platform

AutomationControl Property

Summary

Gets the automation control associated with this designer.

Syntax
C#
VB
Objective-C
C++
Java
public IAnnAutomationControl AutomationControl { get; } 
Public ReadOnly Property AutomationControl As IAnnAutomationControl 
@property (nonatomic, strong, readonly, nullable) id<LTAnnAutomationControl> automationControl 
public IAnnAutomationControl getAutomationControl() 
public:  
   property IAnnAutomationControl^ AutomationControl 
   { 
      IAnnAutomationControl^ get() 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly