←Select platform

AutomationObject Property

Summary
Gets or sets the automation object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public object AutomationObject { get; set; } 
@property (nonatomic) NSObject* automationObject; 
object getAutomationObject(); 
void setAutomationObject(Object object); 
public:  
   property Object^ AutomationObject 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
AutomationObject # get and set (IAnnAutomationControl) 

Property Value

The automation object being used with this control.

Remarks

This property is called by the automation object when this IAnnAutomationControl is attached to it and added to the manager. The value passed to the setter is AnnAutomation itself. When the automation object is destroyed, it sets the value of AutomationObject to null.

The default implementation saves the value of AutomationObject into a local variable and use it as needed.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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