VSColorTable::MenuItemSelectedGradientEnd Property

 

Gets the end color of the gradient used when the ToolStripMenuItem is selected.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the end color of the gradient used when the ToolStripMenuItem is selected.

Return to top
Show: