ComponentGlyph.GetHitTest(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出在指定的按一下滑鼠動作是否應由 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
要點擊測試的點。
傳回
如果 Cursor 與 p
相關聯,則為 Glyph,否則為 null
。
備註
預設實作不會執行任何動作,並傳 null
回 。