canSelectDisabledItems Property

Summary

Indicates whether disabled items can be selected.

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

Property Value

true if disabled items can be selected, otherwise; false. Default value is false.

Remarks

When the value of this property is true, then clicking on or using the keyboard to select items that have the ImageViewerItem.IsEnabled value set to false will be ignored and the value of ImageViewerItem.IsSelected will not change.

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