BCGControlBar Library for .NET
ScrollCommandPanel Method




Specifies an offset at which the CommandPanel should be scrolled.
Specifies a number of steps used to scroll the CommandPanel during animation.
Called by teh framework to scroll the Command Panel.
Syntax
'Declaration
 
Public Overridable Sub ScrollCommandPanel( _
   ByVal offset As Integer, _
   ByVal step As Integer _
) 
'Usage
 
Dim instance As CommandPanel
Dim offset As Integer
Dim step As Integer
 
instance.ScrollCommandPanel(offset, step)
public virtual void ScrollCommandPanel( 
   int offset,
   int step
)
public: virtual void ScrollCommandPanel( 
   int offset,
   int step
) 
public:
virtual void ScrollCommandPanel( 
   int offset,
   int step
) 

Parameters

offset
Specifies an offset at which the CommandPanel should be scrolled.
step
Specifies a number of steps used to scroll the CommandPanel during animation.
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