VSColorTable::MenuItemSelected Property

 

Gets the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the solid color to use when a ToolStripMenuItem other than the top-level ToolStripMenuItem is selected.

Return to top
Show: