PropertyGrid::CommandsActiveLinkColor Property

 

Gets or sets the color of active links in the executable commands region.

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

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

Property Value

Type: System.Drawing::Color

A Color structure representing the active link color.

.NET Framework
Available since 2.0
Return to top
Show: