automationObject Property

Summary

Gets or sets the automation object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AutomationImageViewer.prototype, 'automationObject', 
	get: function(), 
	set: function(value) 
) 
automationObject: any; 

Property Value

The automation object being used with this control.

Remarks

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

Leadtools.Controls.Medical Assembly