Gets or sets the foreground color of the selected items in this RasterImageList.
public Color ItemSelectedForeColor { get; set; }
Public Property ItemSelectedForeColor As Color
The foreground color of the selected items in this RasterImageList
How the ItemSelectedForeColor 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 | Draw the text of selected items as well as a rectangle around the image of selected items. |
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