'宣言 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
- ヒットテストする点の System.Drawing.Point.X 座標と System.Drawing.Point.Y 座標を含む System.Drawing.Point。
戻り値の型
月間カレンダー上の指定された点に関する情報を含む System.Windows.Forms.MonthCalendar.HitTestInfo。