Overview | Methods | This Package | All Packages
Determines which portion of a month calendar control is at at the specified point on the screen.
Syntax
public HitTestInfo hitTest( int x, int y )
public HitTestInfo hitTest( Point point )
Parameters
x
The x-coordinate of the point to hit test.
y
The y-coordinate of the point to hit test.
point
A Point object that contains the coordinates of the point to be hit tested.
Return Value
Returns a HitTestInfo object that carries information specific to hit-testing points for a month calendar control.