BCGControlBar Library for .NET
OnPaintDesignPane Method




Syntax
'Declaration
 
Protected Overridable Sub OnPaintDesignPane( _
   ByVal graphics As Graphics, _
   ByVal pane As StatusBarPaneInfo _
) 
'Usage
 
Dim instance As StatusBarControl
Dim graphics As Graphics
Dim pane As StatusBarPaneInfo
 
instance.OnPaintDesignPane(graphics, pane)
protected virtual void OnPaintDesignPane( 
   Graphics graphics,
   StatusBarPaneInfo pane
)
protected: virtual void OnPaintDesignPane( 
   Graphics* graphics,
   StatusBarPaneInfo* pane
) 
protected:
virtual void OnPaintDesignPane( 
   Graphics^ graphics,
   StatusBarPaneInfo^ pane
) 

Parameters

graphics
pane
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

StatusBarControl Class
StatusBarControl Members

Send Feedback