PropertyGrid::CommandsBorderColor Property

.NET Framework (current version)
 

Gets or sets the color of the border surrounding the hot commands region.

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

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

Property Value

Type: System.Drawing::Color

The color of the commands border.

.NET Framework
Available since 4.5
Return to top
Show: