PropertyGrid::DisabledItemForeColor Property

.NET Framework (current version)
 

Gets or sets the foreground color of disabled text in the grid area.

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

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

Property Value

Type: System.Drawing::Color

The foreground color of disabled items.

.NET Framework
Available since 4.5
Return to top
Show: