StatusBarPanelStyle | serializable |
System.Windows.Forms (system.windows.forms.dll) | enum |
This enumeration is used by StatusBarPanel.Style
to specify the owner draw style.
public enum StatusBarPanelStyle {
Text = 1,
OwnerDraw = 2
}
Hierarchy
System.Object System.ValueType
System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
StatusBarPanelStyle
Returned By
StatusBarPanel.Style
Passed To
StatusBarPanel.Style
|