Leadtools.Controls Namespace > ImageViewerSelectItemsInteractiveMode Object : CanSelectDisabledItems Property |
get_canSelectDisabledItems();
set_canSelectDisabledItems(value);
Object.defineProperty('canSelectDisabledItems');
Type | Description |
---|---|
boolean | true if disabled items can be selected, otherwise; false. Default value is false. |
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.