Spread Windows Forms 12.0 Product Documentation
CheckedBackColor Property


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

Reference

FlatButtonAppearance Class
FlatButtonAppearance Members