BCGControlBar Library for .NET
DrawSeparator Method (CategoryItem)




Syntax
'Declaration
 
Public Overrides Sub DrawSeparator( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal horz As Boolean, _
   ByVal largeIconDelimiter As Boolean _
) 
'Usage
 
Dim instance As CategoryItem
Dim grph As Graphics
Dim rect As Rectangle
Dim horz As Boolean
Dim largeIconDelimiter As Boolean
 
instance.DrawSeparator(grph, rect, horz, largeIconDelimiter)
public override void DrawSeparator( 
   Graphics grph,
   Rectangle rect,
   bool horz,
   bool largeIconDelimiter
)
public: void DrawSeparator( 
   Graphics* grph,
   Rectangle rect,
   bool horz,
   bool largeIconDelimiter
) override 
public:
void DrawSeparator( 
   Graphics^ grph,
   Rectangle rect,
   bool horz,
   bool largeIconDelimiter
) override 

Parameters

grph
rect
horz
largeIconDelimiter
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

CategoryItem Class
CategoryItem Members
Base Implementation in DrawSeparator

Send Feedback