ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile 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