Wimark.Controls Class Library  

MonthCalendar.HitTest(Point) Method

Returns an object with information on which portion of a month calendar control is at a location specified by Point.

[Visual Basic]
Overloads Public Function HitTest( _
   ByVal point As Point _
) As MonthCalendar.HitTestInfo 
[C#]
public MonthCalendar.HitTestInfo HitTest( 
   Point point 
);
[C++]
public: MonthCalendar.HitTestInfo* HitTest( 
   Point point 
);

Parameters

point
A Point containing the X and Y coordinates of the point to be hit-tested.

Return Value

A MonthCalendar.HitTestInfo that contains information about the specified point on the MonthCalendar.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

MonthCalendar Class | MonthCalendar Members | Wimark.Controls Namespace