automationGetContainersCallback Property

Summary

Gets or sets the callback that is used to obtain the collection of annotation containers used by the automation.

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

Property Value

The callback that is used to obtain the collection of annotation containers used by the automation.

Remarks

This property is set by the automation object with a callback that can be used to return the collection of the AnnContainer objects being used if multi-container mode is used.

The default implementation saves the callback value in a local variable and then use it to get the list of the containers to use during ImageViewer.PostRender used to render each container on the surface of the control.

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