指定された x 座標と y 座標で示される月間カレンダーコントロールの部分に関する 情報を含む System.Windows.Forms.MonthCalendar.HitTestInfo を返します。
'宣言
Public Overloads Function HitTest( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Windows.Forms.MonthCalendar.HitTestInfo
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(
System.int ,
System.int
)
パラメータ
- x
- ヒットテストする点の System.Drawing.Point.Y 座標。
- y
- ヒットテストする点の System.Drawing.Point.X 座標。
戻り値の型
月間カレンダー上の指定された点に関する情報を含む System.Windows.Forms.MonthCalendar.HitTestInfo。