HitTest Method (ScrollBarPanel)
In This Topic
Returns the element at a given point.
Syntax
'Declaration
Public Overridable Function HitTest( _
ByVal As Point _
) As Element
public virtual Element HitTest(
Point
)
Parameters
- pt
- Point to check.
Return Value
The element at the point.
See Also