ComponentGlyph.GetHitTest(Point) 메서드

정의

지정된 지점에서 마우스 클릭을 에 의해 ComponentGlyph처리해야 하는지 여부를 나타냅니다.

public:
 override System::Windows::Forms::Cursor ^ GetHitTest(System::Drawing::Point p);
public override System.Windows.Forms.Cursor GetHitTest(System.Drawing.Point p);
public override System.Windows.Forms.Cursor? GetHitTest(System.Drawing.Point p);
override this.GetHitTest : System.Drawing.Point -> System.Windows.Forms.Cursor
Public Overrides Function GetHitTest (p As Point) As Cursor

매개 변수

p
Point

적중 테스트 지점입니다.

반품

A 가 연결되어 있으면 이고 , 그렇지 않으면 .

설명

기본 구현은 아무 작업도 수행 하지 하 고 반환 null합니다.

적용 대상