MonthCalendar.HitTest 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 위치에 달력의 요소가 있는지를 파악합니다.
오버로드
HitTest(Point) |
Point(으)로 지정된 위치에 있는 MonthCalendar 컨트롤의 부분에 대한 정보가 포함된 개체를 반환합니다. |
HitTest(Int32, Int32) |
지정한 x 및 y 좌표에 있는 MonthCalendar 컨트롤의 부분에 대한 정보가 포함된 MonthCalendar.HitTestInfo을(를) 반환합니다. |
HitTest(Point)
Point(으)로 지정된 위치에 있는 MonthCalendar 컨트롤의 부분에 대한 정보가 포함된 개체를 반환합니다.
public:
System::Windows::Forms::MonthCalendar::HitTestInfo ^ HitTest(System::Drawing::Point point);
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest (System.Drawing.Point point);
member this.HitTest : System.Drawing.Point -> System.Windows.Forms.MonthCalendar.HitTestInfo
Public Function HitTest (point As Point) As MonthCalendar.HitTestInfo
매개 변수
반환
MonthCalendar의 지정한 위치에 관한 정보가 있는 MonthCalendar.HitTestInfo입니다.
추가 정보
적용 대상
HitTest(Int32, Int32)
지정한 x 및 y 좌표에 있는 MonthCalendar 컨트롤의 부분에 대한 정보가 포함된 MonthCalendar.HitTestInfo을(를) 반환합니다.
public:
System::Windows::Forms::MonthCalendar::HitTestInfo ^ HitTest(int x, int y);
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest (int x, int y);
member this.HitTest : int * int -> System.Windows.Forms.MonthCalendar.HitTestInfo
Public Function HitTest (x As Integer, y As Integer) As MonthCalendar.HitTestInfo
매개 변수
반환
MonthCalendar의 지정한 위치에 관한 정보가 있는 MonthCalendar.HitTestInfo입니다.