ToolStripStatusLabel::BorderStyle Property
.NET Framework (current version)
Gets or sets the border style of the ToolStripStatusLabel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property Border3DStyle BorderStyle { Border3DStyle get(); void set(Border3DStyle value); }
Property Value
Type: System.Windows.Forms::Border3DStyleOne of the Border3DStyle values. The default is Flat.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value of BorderStyle is not one of the Border3DStyle values. |
The following code example demonstrates the syntax for various ToolStripStatusLabel common properties, including the BorderStyle property.
.NET Framework
Available since 2.0
Available since 2.0
Show: