共用方式為


ControlBodyGlyph.GetHitTest(Point) 方法

定義

指出在指定的按一下滑鼠動作是否應由 ControlBodyGlyph 處理。

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

適用於