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