BCGControlBar Library for .NET
EndTrack Method (DockManager)




The parameter in which the tracker's dock info will be placed.
The boundaries of the dragging control.
Called by the framework to complete the tracking of any docking pane and to inform about it.
Syntax
'Declaration
 
Public Function EndTrack( _
   ByRef info As DockInfo, _
   ByRef rectDrag As Rectangle _
) As Boolean
'Usage
 
Dim instance As DockManager
Dim info As DockInfo
Dim rectDrag As Rectangle
Dim value As Boolean
 
value = instance.EndTrack(info, rectDrag)
public bool EndTrack( 
   ref DockInfo info,
   ref Rectangle rectDrag
)
public: bool EndTrack( 
   ref DockInfo* info,
   ref Rectangle rectDrag
) 
public:
bool EndTrack( 
   DockInfo^% info,
   Rectangle% rectDrag
) 

Parameters

info
The parameter in which the tracker's dock info will be placed.
rectDrag
The boundaries of the dragging control.

Return Value

True, if the tracked control was not null and the tracking was stopped, otherwise, false.
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

DockManager Class
DockManager Members

Send Feedback