.NET Windows Forms in a Nutshell
This enumeration is used by StatusBarPanel.Style to specify the owner draw style. public enum StatusBarPanelStyle { Text = 1 , OwnerDraw = 2 } Hierarchy
System.Object Returned By
StatusBarPanel.Style Passed To
StatusBarPanel.Style |