ToolStripStatusLabel::BorderSides Property

 

Gets or sets a value that indicates which sides of the ToolStripStatusLabel show borders.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ToolStripStatusLabelBorderSides BorderSides {
	ToolStripStatusLabelBorderSides get();
	void set(ToolStripStatusLabelBorderSides value);
}

The following code example demonstrates the syntax for various ToolStripStatusLabel common properties, including the BorderSides property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: