MultiSelect for WinForms
HitTest(Int32,Int32) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > DateEditMonthCalendar クラス > HitTest メソッド : HitTest(Int32,Int32) メソッド
The System.Drawing.Point.Y coordinate of the point to be hit tested.
The System.Drawing.Point.X coordinate of the point to be hit tested.
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.
シンタックス
'宣言
 
Public Overloads Function HitTest( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.Windows.Forms.MonthCalendar.HitTestInfo
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest( 
   System.int x,
   System.int y
)

パラメータ

x
The System.Drawing.Point.Y coordinate of the point to be hit tested.
y
The System.Drawing.Point.X coordinate of the point to be hit tested.

戻り値の型

A System.Windows.Forms.MonthCalendar.HitTestInfo that contains information about the specified point on the month calendar.
参照

DateEditMonthCalendar クラス
DateEditMonthCalendar メンバ
オーバーロード一覧