BCGControlBar Library for .NET
OnDrawSeparatorByRect Method (VisualManager)




Specifies a graphics to draw on.
Specifies  boundaries of the separator to draw.
Specifies if a separator should be located horizontally.
Draws a separator as a three-dimensional rectangle.
Syntax
'Declaration
 
Public Overridable Sub OnDrawSeparatorByRect( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal horz As Boolean _
) 
'Usage
 
Dim instance As VisualManager
Dim grph As Graphics
Dim rect As Rectangle
Dim horz As Boolean
 
instance.OnDrawSeparatorByRect(grph, rect, horz)
public virtual void OnDrawSeparatorByRect( 
   Graphics grph,
   Rectangle rect,
   bool horz
)
public: virtual void OnDrawSeparatorByRect( 
   Graphics* grph,
   Rectangle rect,
   bool horz
) 
public:
virtual void OnDrawSeparatorByRect( 
   Graphics^ grph,
   Rectangle rect,
   bool horz
) 

Parameters

grph
Specifies a graphics to draw on.
rect
Specifies  boundaries of the separator to draw.
horz
Specifies if a separator should be located horizontally.
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

VisualManager Class
VisualManager Members

Send Feedback