.NET Windows Forms in a Nutshell

StatusBarPanelBorderStyle serializable

System. Windows .Forms (system. windows .forms.dll) enum

This enumeration contains the options for the BorderStyle property.

public enum StatusBarPanelBorderStyle { None = 1 , Raised = 2 , Sunken = 3 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable , System.IConvertible) StatusBarPanelBorderStyle

Returned By

StatusBarPanel.BorderStyle

Passed To

StatusBarPanel.BorderStyle

Категории