VSColorTable::ToolStripBorder Property

 

Gets the border color to use on the bottom edge of the ToolStrip.

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

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

Property Value

Type: System.Drawing::Color

A Color that is the border color to use on the bottom edge of the ToolStrip.

Return to top
Show: