MonthCalendar::HitTest Method (Int32, Int32)
.NET Framework (current version)
Returns a MonthCalendar::HitTestInfo with information on which portion of a month calendar control is at a specified x- and y-coordinate.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- x
-
Type:
System::Int32
The X coordinate of the point to be hit tested.
- y
-
Type:
System::Int32
The Y coordinate of the point to be hit tested.
Return Value
Type: System.Windows.Forms::MonthCalendar::HitTestInfo^A MonthCalendar::HitTestInfo that contains information about the specified point on the MonthCalendar.
.NET Framework
Available since 1.1
Available since 1.1
Show: