Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

CanSelectDisabledItems Property

Show in webframe
Indicates whether disabled items can be selected.
Syntax
get_canSelectDisabledItems();
set_canSelectDisabledItems(value);
Object.defineProperty('canSelectDisabledItems');

Property Value

TypeDescription
booleantrue 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.

See Also

Reference

ImageViewerSelectItemsInteractiveMode Object
ImageViewerSelectItemsInteractiveMode Members

Error processing SSI file