In This Topic
Returns an object with information on which portion of a month calendar control is at a location specified by a System.Drawing.Point.
Overload List
Overload | Description |
HitTest(Point) | Returns an object with information on which portion of a month calendar control is at a location specified by a System.Drawing.Point. |
HitTest(Int32,Int32) | Returns a System.Windows.Forms.MonthCalendar.HitTestInfo with information on which portion of a month calendar control is at a specified x- and y-coordinate. |
See Also