ControlDesigner.OnMouseDragBegin(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
接收呼叫以回應在元件上方按住滑鼠左鍵的動作。
protected:
virtual void OnMouseDragBegin(int x, int y);
protected virtual void OnMouseDragBegin (int x, int y);
abstract member OnMouseDragBegin : int * int -> unit
override this.OnMouseDragBegin : int * int -> unit
Protected Overridable Sub OnMouseDragBegin (x As Integer, y As Integer)
參數
- x
- Int32
螢幕座標中滑鼠的 x 位置。
- y
- Int32
螢幕座標中滑鼠的 y 位置。
備註
這個方法會在拖放作業開始時呼叫。
注意
您可以將螢幕座標中的點傳遞至 PointToClient 類別的 Control 方法,以取得相對於控制項左上角的點座標。