BCGControlBar Library for .NET
DrawInternal Method




Syntax
'Declaration
 
Protected Sub DrawInternal( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal fillInterior As Boolean _
) 
'Usage
 
Dim instance As ToolbarButton
Dim graphics As Graphics
Dim rect As Rectangle
Dim fillInterior As Boolean
 
instance.DrawInternal(graphics, rect, fillInterior)
protected void DrawInternal( 
   Graphics graphics,
   Rectangle rect,
   bool fillInterior
)
protected: void DrawInternal( 
   Graphics* graphics,
   Rectangle rect,
   bool fillInterior
) 
protected:
void DrawInternal( 
   Graphics^ graphics,
   Rectangle rect,
   bool fillInterior
) 

Parameters

graphics
rect
fillInterior
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

ToolbarButton Class
ToolbarButton Members

Send Feedback