NetXP 3.0 Reference

ListBar.HitTest Method (Point)

Checks if there is an object which interacts with the mouse in the control under the specified point.

[Visual Basic]
Overloads Public Function HitTest( _
   ByVal pt As Point _
) As IMouseHandler
[C#]
public IMouseHandler HitTest(
   Point pt
);

Parameters

pt
The point to test.

Return Value

If there is a mouse object under the point then its IMouseHandler interface, otherwise null.

See Also

ListBar Class | NETXP.Controls.Bars Namespace | ListBar.HitTest Overload List