automationControl Property

Summary

Automation control.

Syntax

JavaScript Syntax
Object.defineProperty(AnnotationsInteractiveMode.prototype, 'automationControl', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
automationControl: IAnnAutomationControl; 

Property Value

The current automation control used by this mode.

Remarks

The DocumentViewer will create an internal instance of an object that implements IAnnAutomationControl for handling the automation of the annotations containers for ImageViewer and set it in the AutomationControl property when annotation is supported.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly