Share via


InformationPanel.NotificationColorTable.ToolStripBorder Property

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

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ToolStripBorder As Color
    Get
'Usage
Dim instance As InformationPanel..::..NotificationColorTable
Dim value As Color

value = instance.ToolStripBorder
public override Color ToolStripBorder { get; }
public:
virtual property Color ToolStripBorder {
    Color get () override;
}
abstract ToolStripBorder : Color
override ToolStripBorder : Color
override function get ToolStripBorder () : Color

Property Value

Type: System.Drawing.Color
A Color that is the border color to use on the bottom edge of the ToolStrip control.