selectionMode Property

Summary

Selection mode.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerSelectItemsInteractiveMode.prototype, 'selectionMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
selectionMode: ImageViewerSelectionMode; 

Property Value

The selection mode. Default value is ImageViewerSelectionMode.Single.

Example

For an example, refer to ImageViewerSelectItemsInteractiveMode.

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