System.Windows.Forms.ToolStripStatusLabelBorderSides Enumeration

Specifies which sides of a System.Windows.Forms.ToolStripStatusLabel have borders.

Syntax

[System.ComponentModel.Editor("System.Windows.Forms.Design.BorderSidesEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Flags]
public enum ToolStripStatusLabelBorderSides

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
All

All sides of the System.Windows.Forms.ToolStripStatusLabel have borders.

Bottom

Only the bottom side of the System.Windows.Forms.ToolStripStatusLabel has borders.

Left

Only the left side of the System.Windows.Forms.ToolStripStatusLabel has borders.

None

The System.Windows.Forms.ToolStripStatusLabel has no borders.

Right

Only the right side of the System.Windows.Forms.ToolStripStatusLabel has borders.

Top

Only the top side of the System.Windows.Forms.ToolStripStatusLabel has borders.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0