BCGControlBar Library for .NET
TrackCommandBar Method (DockBarRow)




The X-coordinate of the new track position.
The Y-coordinate of the new track position.
Tracks the command bar to the specified position.
Syntax
'Declaration
 
Public Sub TrackCommandBar( _
   ByVal newX As Integer, _
   ByVal newY As Integer _
) 
'Usage
 
Dim instance As DockBarRow
Dim newX As Integer
Dim newY As Integer
 
instance.TrackCommandBar(newX, newY)
public void TrackCommandBar( 
   int newX,
   int newY
)
public: void TrackCommandBar( 
   int newX,
   int newY
) 
public:
void TrackCommandBar( 
   int newX,
   int newY
) 

Parameters

newX
The X-coordinate of the new track position.
newY
The Y-coordinate of the new track position.
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