VSColorTable::CheckSelectedBackground Property

 

Gets the solid color to use when the button is checked and selected and gradients are being used.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the solid color to use when the button is checked and selected and gradients are being used.

Return to top
Show: