ToolStripStatusLabel::BorderSides Property
.NET Framework (current version)
Gets or sets a value that indicates which sides of the ToolStripStatusLabel show borders.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripStatusLabelBorderSides BorderSides { ToolStripStatusLabelBorderSides get(); void set(ToolStripStatusLabelBorderSides value); }
Property Value
Type: System.Windows.Forms::ToolStripStatusLabelBorderSidesOne of the ToolStripStatusLabelBorderSides values. The default is None.
The following code example demonstrates the syntax for various ToolStripStatusLabel common properties, including the BorderSides property.
.NET Framework
Available since 2.0
Available since 2.0
Show: