Spread Windows Forms 12.0 Product Documentation
MouseOverBackColor Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FlatButtonAppearance Class : MouseOverBackColor Property
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

Reference

FlatButtonAppearance Class
FlatButtonAppearance Members