Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AutomationObject Property

Show in webframe
Gets or sets the automation object.
Syntax
get_automationObject();
set_automationObject(value);
Object.defineProperty('automationObject');

Property Value

TypeDescription
ObjectThe 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.

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file