automationContainerIndex Property

Summary

Gets or sets the active container index.

Syntax

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

Property Value

The 0-based index of the active container.

Remarks

AutomationContainerIndex is called by the automation object to set the index of the active container when multi-container mode is used. After that, all the properties and methods that are called to inquire information about the container must use this value to get the actual AnnContainer object. Usually, from the collection of the containers obtained from AutomationGetContainersCallback.

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

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.Controls.Medical Assembly