BCGControlBar Library for .NET
HitTest Method (TrackBarEx)




A point to retrieve.
Defines an object from the TrackBarEx  which contains the specified point.
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal mouseLoc As Point _
) As TrackBarHitTest
'Usage
 
Dim instance As TrackBarEx
Dim mouseLoc As Point
Dim value As TrackBarHitTest
 
value = instance.HitTest(mouseLoc)
public TrackBarHitTest HitTest( 
   Point mouseLoc
)
public: TrackBarHitTest HitTest( 
   Point mouseLoc
) 
public:
TrackBarHitTest HitTest( 
   Point mouseLoc
) 

Parameters

mouseLoc
A point to retrieve.
Remarks
The function returns the value of type TrackBarHitTest. This function can determine if such objects as Channel, Left Button, Right Button or Thumb contain the specified point.
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

TrackBarEx Class
TrackBarEx Members

Send Feedback