次の方法で共有


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

ヒット テストを行うポイント。

戻り値

Cursorp に関連付けられている場合は Glyph。それ以外の場合は null

注釈

既定の実装では何も行われ、が返されます null

適用対象