Gets or sets a value indicating whether this RasterImageListItem is selected.
public bool Selected { get; set; }
Public Property Selected As Boolean
true if this RasterImageListItem is currently selected; otherwise, false.
You can determine whether a certain item is selected by using this property. Also you can use the RasterImageList.SelectedItems property to obtain a collection of all the currently selected items in an RasterImageList control.
Items are usually selected/un-selected in the RasterImageList control through the user interface when the user clicks on an item or uses the keyboard.
You can manually select/un-select items using this property.
For an example, refer to RasterImageList.
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