BCGControlBar Library for .NET
EndTrack Method (DockBarRow)




Specifies that the tracked command bar should be removed after docking.
Ends the dragging of the command bar.
Syntax
'Declaration
 
Public Sub EndTrack( _
   ByVal removeTrackedCommandBar As Boolean _
) 
'Usage
 
Dim instance As DockBarRow
Dim removeTrackedCommandBar As Boolean
 
instance.EndTrack(removeTrackedCommandBar)
public void EndTrack( 
   bool removeTrackedCommandBar
)
public: void EndTrack( 
   bool removeTrackedCommandBar
) 
public:
void EndTrack( 
   bool removeTrackedCommandBar
) 

Parameters

removeTrackedCommandBar
Specifies that the tracked command bar should be removed after docking.
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