PropertyGrid.CategoryForeColor Property

Definition

Gets or sets the text color used for category headings.

public:
 property System::Drawing::Color CategoryForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color CategoryForeColor { get; set; }
member this.CategoryForeColor : System.Drawing.Color with get, set
Public Property CategoryForeColor As Color

Property Value

A Color structure representing the text color.

Remarks

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

Applies to