FlatButtonAppearance::MouseDownBackColor Property

 

Gets or sets the color of the client area of the button when the mouse is pressed within the bounds of the control.

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

public:
[BrowsableAttribute(true)]
property Color MouseDownBackColor {
	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: