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