id Property

Summary

Unique ID of this mode.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'id', 
	get: function() 
) 
id: number; // read-only 

Property Value

The unique ID of this mode.

Remarks

Each ImageViewerInteractiveMode must have its own unique ID. This value can be used with FindById and EnableById to quickly find or enable a mode.

Example

For an example, refer to FindById.

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