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

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