BCGControlBar Library for .NET
OnDrawCommandPanelScroll Method




Syntax
'Declaration
 
Protected Overridable Sub OnDrawCommandPanelScroll( _
   ByVal grph As Graphics, _
   ByVal scrollButton As CommandObject, _
   ByVal isScrollLeft As Boolean, _
   ByVal isHorz As Boolean _
) 
'Usage
 
Dim instance As CommandPanel
Dim grph As Graphics
Dim scrollButton As CommandObject
Dim isScrollLeft As Boolean
Dim isHorz As Boolean
 
instance.OnDrawCommandPanelScroll(grph, scrollButton, isScrollLeft, isHorz)
protected virtual void OnDrawCommandPanelScroll( 
   Graphics grph,
   CommandObject scrollButton,
   bool isScrollLeft,
   bool isHorz
)
protected: virtual void OnDrawCommandPanelScroll( 
   Graphics* grph,
   CommandObject* scrollButton,
   bool isScrollLeft,
   bool isHorz
) 
protected:
virtual void OnDrawCommandPanelScroll( 
   Graphics^ grph,
   CommandObject^ scrollButton,
   bool isScrollLeft,
   bool isHorz
) 

Parameters

grph
scrollButton
isScrollLeft
isHorz
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

CommandPanel Class
CommandPanel Members

Send Feedback