ImageViewerSelectionMode Enumeration

Summary

Defines the selection mode.

Syntax
TypeScript
JavaScript
lt.Controls.ImageViewerSelectionMode = { 
	none: 0, 
	single: 1, 
	multi: 2 
} 
lt.Controls.ImageViewerSelectionMode = { 
	none: 0, 
	single: 1, 
	multi: 2 
} 
Members

0

None

(0) No selection. Items selection state cannot be changed.

1

Single

(1) Only one item can be selected at a time.

2

Multi

(2) Multiple items can be selected at any time.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.