FlatButtonAppearance::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 bounds of the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(true)]
property Color CheckedBackColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color structure representing the color of the client area of the button.

.NET Framework
Available since 2.0
Return to top
Show: