Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnAutomationControl Interface : AutomationObject Property |
object AutomationObject {get; set;}
'Declaration
Property AutomationObject As Object
object AutomationObject {get; set;}
@property (nonatomic) NSObject* automationObject;
object getAutomationObject();
void setAutomationObject(Object object);
get_AutomationObject();
set_AutomationObject(value);
Object.defineProperty('AutomationObject');
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.