In This Topic
Indicates whether a mouse click at the specified point should be handled by the control.
Syntax
'Declaration
Protected Overrides Function GetHitTest( _
ByVal As Point _
) As Boolean
protected override bool GetHitTest(
Point
)
Parameters
- pt
Return Value
true if a click at the specified point is to be handled by the control; otherwise, false.
See Also