BCGControlBar Library for .NET
OnDrawScrollButton Method




Syntax
'Declaration
 
Protected Overridable Sub OnDrawScrollButton( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal downArrow As Boolean _
) 
'Usage
 
Dim instance As PopupMenuBar
Dim graphics As Graphics
Dim rect As Rectangle
Dim downArrow As Boolean
 
instance.OnDrawScrollButton(graphics, rect, downArrow)
protected virtual void OnDrawScrollButton( 
   Graphics graphics,
   Rectangle rect,
   bool downArrow
)
protected: virtual void OnDrawScrollButton( 
   Graphics* graphics,
   Rectangle rect,
   bool downArrow
) 
protected:
virtual void OnDrawScrollButton( 
   Graphics^ graphics,
   Rectangle rect,
   bool downArrow
) 

Parameters

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

PopupMenuBar Class
PopupMenuBar Members

Send Feedback