Specifies the appearance of the border for a System.Windows.Forms.StatusBarPanel on a System.Windows.Forms.StatusBar control.
This enumeration is used by the StatusBarPanel.BorderStyle property of the System.Windows.Forms.StatusBarPanel class. The StatusBarPanel.BorderStyle property enables you to specify the style of border to display on a System.Windows.Forms.StatusBarPanel within a System.Windows.Forms.StatusBar.
Member Name | Description |
---|---|
None |
No border is displayed. |
Raised |
The System.Windows.Forms.StatusBarPanel is displayed with a three-dimensional raised border. |
Sunken |
The System.Windows.Forms.StatusBarPanel is displayed with a three-dimensional sunken border. |