NetXP 3.0 Reference

ListBarScrollButton.HitTest Method 

Determines whether the specified point is within the control.

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

Parameters

pt
The point to test.

Return Value

True if the point is over the button and the button is visible, false otherwise.

See Also

ListBarScrollButton Class | NETXP.Controls.Bars Namespace