Gets or sets whether automatic item selection is allowed.
public Leadtools.Winforms.RasterImageListSelectionMode SelectionMode {get; set;}
Public Property SelectionMode As Leadtools.Winforms.RasterImageListSelectionMode
public:
property Leadtools.Winforms.RasterImageListSelectionMode SelectionMode {
Leadtools.Winforms.RasterImageListSelectionMode get();
void set ( Leadtools.Winforms.RasterImageListSelectionMode );
}
An RasterImageListSelectionMode enumeration that indicates whether automatic item selection is allowed. Default value is RasterImageListSelectionMode.Single.
If automatic item selection is enabled, items are automatically selected and de-selected when the user clicks on them using the mouse or when moving the current selected item using the keyboard.
For more information, refer to the RasterImageListSelectionMode enumeration.
This example shows how to perform manual selection on a RasterImageList control.
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