PropertyGrid::CommandsForeColor Property

 

Gets or sets the foreground color for the hot commands region.

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

public:
property Color CommandsForeColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

One of the Color values. The default is the default system color for control text.

.NET Framework
Available since 1.1
Return to top
Show: