BCGControlBar Library for .NET
OnDrawSeparator Method (ColorPanel)




The graphics surface to draw on.
Draws a separator on the surface of the ColorPanel.
Syntax
'Declaration
 
Public Overridable Sub OnDrawSeparator( _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As ColorPanel
Dim graphics As Graphics
 
instance.OnDrawSeparator(graphics)
public virtual void OnDrawSeparator( 
   Graphics graphics
)
public: virtual void OnDrawSeparator( 
   Graphics* graphics
) 
public:
virtual void OnDrawSeparator( 
   Graphics^ graphics
) 

Parameters

graphics
The graphics surface to draw on.
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

ColorPanel Class
ColorPanel Members

Send Feedback