Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FlatButtonAppearance Class / MouseDownBackColor Property


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

    Property Value

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