BCGControlBar Library for .NET
Track(Point) Method




A point to track a control.
Tracks a control to the specified point.
Syntax
'Declaration
 
Public Overloads Sub Track( _
   ByVal pointMouse As Point _
) 
'Usage
 
Dim instance As Tracker
Dim pointMouse As Point
 
instance.Track(pointMouse)
public void Track( 
   Point pointMouse
)
public: void Track( 
   Point pointMouse
) 
public:
void Track( 
   Point pointMouse
) 

Parameters

pointMouse
A point to track a control.
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 Class
Tracker Members
Overload List

Send Feedback