BCGControlBar Library for .NET
Tracker Class
Members 




Tracker control is used for navigation docking pane over the form. In this class  the layout as of the tracking control as of the tick marks during its navigation is defined.  The tracker is created on the method InitTracker of the DockManager. This event is raised when the event OnMouseMove of the Docking pane occurs and the DockingPane has a mouse capture. In MiniFrame the tracker will be created by the left mouse click on it.  In TabbedGroup  on the event TrackTabItem the tracker will be created   when we begin to move a tab item.
The tracker is deleted on the method EndTrack of the dockmanager.
Object Model
Tracker ClassDockInfo Class
Syntax
'Declaration
 
Public Class Tracker 
'Usage
 
Dim instance As Tracker
public class Tracker 
public __gc class Tracker 
public ref class Tracker 
Inheritance Hierarchy

System.Object
   BCGSoft.ControlBars.Tracker

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

Tracker Members
BCGSoft.ControlBars Namespace

Send Feedback