'Declaration Public Overloads Function HitTest( _ ByVal x As System.Integer, _ ByVal y As System.Integer _ ) As C1TopicBarHitTestInfo
public C1TopicBarHitTestInfo HitTest( System.int x, System.int y )
Parameters
- x
- The horizontal position of the client coordinate.
- y
- The vertical position of the client coordinate.
Return Value
A C1TopicBarHitTestInfo object that contains information about the point.