VSColorTable::ButtonSelectedHighlight Property

 

Gets the solid color used when the button is selected.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the solid color used when the button is selected.

Return to top
Show: