VSColorTable::SeparatorLight Property

 

Gets the color to use to for highlight effects on the ToolStripSeparator.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the color to use to for highlight effects on the ToolStripSeparator.

Return to top
Show: