BCGControlBar Library for .NET
OnDraw Method (CategoryItemGroup)




A graphics to be redrawn.
Called by the framework to draw the contents of the CategoryGroupItem using specified graphics.
Syntax
'Declaration
 
Public Overridable Sub OnDraw( _
   ByVal grph As Graphics _
) 
'Usage
 
Dim instance As CategoryItemGroup
Dim grph As Graphics
 
instance.OnDraw(grph)
public virtual void OnDraw( 
   Graphics grph
)
public: virtual void OnDraw( 
   Graphics* grph
) 
public:
virtual void OnDraw( 
   Graphics^ grph
) 

Parameters

grph
A graphics to be redrawn.
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

CategoryItemGroup Class
CategoryItemGroup Members

Send Feedback