Gets or sets the item background color of the selected items in this RasterImageList.
public Color ItemSelectedBackColor {get; set;}
Public Property ItemSelectedBackColor As Color
The item background color of the selected items in this RasterImageList
How the ItemSelectedBackColor value is used to draw the items depends on the current ViewStyle. The following table lists all the cases:
ViewStyle | Description |
---|---|
RasterImageListViewStyle.Normal | Fills the background of selected items. |
RasterImageListViewStyle.Explorer | When an item is selected, this color is used to fill the background behind the text of the item and to draw a rectangle around the image. |
RasterImageListViewStyle.Button | Not used. |
For more information about item appearance, refer to RasterImageList Appearance.
For an example, refer to ItemBorderStyle
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