id Property

Summary

Unique ID of this mode.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'id', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly