PropertyGrid::CommandsDisabledLinkColor Property

 

Gets or sets the unavailable link color for the executable commands region.

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

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

Property Value

Type: System.Drawing::Color

A Color structure representing the unavailable link color.

.NET Framework
Available since 2.0
Return to top
Show: