Spread Windows Forms 12.0 Product Documentation
MouseDownBackColor Property


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

Reference

FlatButtonAppearance Class
FlatButtonAppearance Members