Indicates whether disabled items can be selected.
public virtual bool CanSelectDisabledItems { get; set; }
Public Overridable Property CanSelectDisabledItems() As Boolean
Get
Set
public:
virtual property bool CanSelectDisabledItems
{
bool get()
void set(bool value)
}
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.
ImageViewerSelectItemsInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET