C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / HitTest Method
Point to check.

In This Topic
HitTest Method (PathIconElement)
In This Topic
Returns the element at a given point.
Syntax
'Declaration
 
Public Overridable Function HitTest( _
   ByVal pt As Point _
) As Element
 

Parameters

pt
Point to check.

Return Value

The element at the point.
See Also