VSColorTable::GripLight Property

 

Gets the color to use for highlight effects on the grip (move handle).

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)

public:
property Color GripLight {
	virtual Color get() override;
}

Property Value

Type: System.Drawing::Color

A Color that is the color to use for highlight effects on the grip (move handle).

Return to top
Show: