PropertyGrid::CategoryForeColor Property

 

Gets or sets the text color used for category headings.

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

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

Property Value

Type: System.Drawing::Color

A Color structure representing the text color.

The background color of category headings is determined by the LineColor property.

.NET Framework
Available since 2.0
Return to top
Show: