Wimark.Controls Class Library  

MonthCalendar.HitTest(Int32, Int32) Method

Returns MonthCalendar.HitTestInfo with information on which portion of a month calendar control is at a specified x and y location.

[Visual Basic]
Overloads Public Function HitTest( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As MonthCalendar.HitTestInfo 
[C#]
public MonthCalendar.HitTestInfo HitTest( 
   int x, 
   int y 
);
[C++]
public: MonthCalendar.HitTestInfo* HitTest( 
   int x, 
   int y 
);

Parameters

x
The X coordinate of the point to be hit-tested.
y
The Y coordinate 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 | MonthCalendar.HitTestInfo