BCGControlBar Library for .NET
PanelStyle Property




Specifies whether the style of the status bar is regular or OwnerDraw. In second case you need to subscribe to Status Bars's DrawItem event.
Syntax
'Declaration
 
Public Property PanelStyle As StatusBarPanelStyle
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As StatusBarPanelStyle
 
instance.PanelStyle = value
 
value = instance.PanelStyle
public StatusBarPanelStyle PanelStyle {get; set;}
public: __property StatusBarPanelStyle get_PanelStyle();
public: __property void set_PanelStyle( 
   StatusBarPanelStyle value
);
public:
property StatusBarPanelStyle PanelStyle {
   StatusBarPanelStyle get();
   void set (    StatusBarPanelStyle value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback