HotCheckForeColor Property (C1TileControl)
In This Topic
Gets or sets the color that replaces
ForeColor when a checked tile is hovered with the mouse.
Syntax
'Declaration
Public Property HotCheckForeColor As Color
public Color HotCheckForeColor {get; set;}
See Also