Gets or sets the foreground color of the un-selected items in this RasterImageList
public Color ItemForeColor {get; set;}
Public Property ItemForeColor As Color
The foreground color of the un-selected items in this RasterImageList
How the ItemForeColor value is used to draw the items depends on the current ViewStyle. The following table lists all the cases:
ViewStyle | Description |
---|---|
RasterImageListViewStyle.Normal | Draw the text of un-selected items. |
RasterImageListViewStyle.Explorer | Draw the text of un-selected items. |
RasterImageListViewStyle.Button | Draw the text of all items. |
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