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


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

    Property Value

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