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

In This Topic
    HotCheckBackColor Property (C1TileControl)
    In This Topic
    Gets or sets the color that replaces BackColor when a checked tile is hovered with the mouse.
    Syntax
    'Declaration
     
    
    Public Property HotCheckBackColor As Color
    public Color HotCheckBackColor {get; set;}
    Remarks
    The value of this property is ignored if either HotBackColor or CheckBackColor are not set.
    See Also