BCGControlBar Library for .NET
Move Method (DockBarRow)




An interval to move the command bars.

Moves all command bars from the row down if the dock bar row is located horizontally or  moves right if the dock bar row is located vertically to the specified interval.

Syntax
'Declaration
 
Public Sub Move( _
   ByVal nOffset As Integer _
) 
'Usage
 
Dim instance As DockBarRow
Dim nOffset As Integer
 
instance.Move(nOffset)
public void Move( 
   int nOffset
)
public: void Move( 
   int nOffset
) 
public:
void Move( 
   int nOffset
) 

Parameters

nOffset
An interval to move the command bars.
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

DockBarRow Class
DockBarRow Members

Send Feedback