Aracılığıyla paylaş


ComponentGlyph.GetHitTest(Point) Yöntem

Tanım

Belirtilen noktada fare tıklamasının tarafından işlenip işlenmeyeceğini ComponentGlyphgösterir.

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

Parametreler

p
Point

İsabet testi için bir nokta.

Döndürülenler

Cursor

ile ilişkilendirilmişse Glyph paCursor; değilse, null.

Açıklamalar

Varsayılan uygulama hiçbir şey yapmaz ve döndürür null.

Şunlara uygulanır