'宣言 Public Overloads Function HitTest( _ ByVal point As System.Drawing.Point _ ) As System.Windows.Forms.MonthCalendar.HitTestInfo
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest( System.Drawing.Point point )
パラメータ
- point
- A System.Drawing.Point containing the System.Drawing.Point.X and System.Drawing.Point.Y coordinates of the point to be hit tested.
戻り値の型
A System.Windows.Forms.MonthCalendar.HitTestInfo that contains information about the specified point on the month calendar.