Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FlatButtonAppearance Class / CheckedBackColor Property


In This Topic
    CheckedBackColor Property
    In This Topic
    Gets or sets the color of the client area of the button when the button is checked and the mouse pointer is outside the boundary of the control.
    Syntax
    'Declaration
     
    
    Public Property CheckedBackColor As Color
    'Usage
     
    
    Dim instance As FlatButtonAppearance
    Dim value As Color
     
    instance.CheckedBackColor = value
     
    value = instance.CheckedBackColor
    public Color CheckedBackColor {get; set;}

    Property Value

    A System.Drawing.Color structure that represents the color of the client area of the button.
    See Also