ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / CheckForeColor Property

In This Topic
    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