System.Windows.Forms.StatusBarPanelBorderStyle Enumeration

Specifies the appearance of the border for a System.Windows.Forms.StatusBarPanel on a System.Windows.Forms.StatusBar control.

Syntax

public enum StatusBarPanelBorderStyle

Remarks

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.

Members

Member NameDescription
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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0