isEnabled Property

Summary

Indicates of this mode is currently enabled and can work.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'isEnabled', 
	get: function(), 
	set: function(value) 
) 
isEnabled: boolean; 

Property Value

true if this mode is currently enabled and can work, otherwise; false.

Remarks

IsEnabled must be set to true for an interactive mode to work. When multiple interactive modes are added to the viewer, the IsEnabled property can be used to designate the current "active" one that can perform actions. For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to ImageViewerInteractiveModes.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly