BCGControlBar Library for .NET
OnDrawBottomScrollArea Method




Syntax
'Declaration
 
Protected Sub OnDrawBottomScrollArea( _
   ByVal graphics As Graphics, _
   ByVal manager As VisualManager _
) 
'Usage
 
Dim instance As ToolboxControl
Dim graphics As Graphics
Dim manager As VisualManager
 
instance.OnDrawBottomScrollArea(graphics, manager)
protected void OnDrawBottomScrollArea( 
   Graphics graphics,
   VisualManager manager
)
protected: void OnDrawBottomScrollArea( 
   Graphics* graphics,
   VisualManager* manager
) 
protected:
void OnDrawBottomScrollArea( 
   Graphics^ graphics,
   VisualManager^ manager
) 

Parameters

graphics
manager
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

ToolboxControl Class
ToolboxControl Members

Send Feedback