C#
VB
C++
Values for the RasterImageList.SelectionMode property.
public enum RasterImageListSelectionMode
Public Enum RasterImageListSelectionMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class RasterImageListSelectionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | Automatic selection is disabled, selection is manual |
1 | Single | Automatic selection of single items is enabled |
2 | Multi | Automatic selection of multiple items is enabled. The user can select multiple items using the mouse and the CTRL and SHIFT keys. |
Specifies whether automatic item selection is allowed. If automatic item selection is enabled, items are automatically selected and de-selected when the user clicks on them using the mouse.
For an example, refer to RasterImageList.SelectionMode.
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