共用方式為


ParentControlDesigner.OnMouseDragBegin(Int32, Int32) 方法

定義

呼叫以回應在元件上按住滑鼠左鍵。

protected:
 override void OnMouseDragBegin(int x, int y);
protected override void OnMouseDragBegin (int x, int y);
override this.OnMouseDragBegin : int * int -> unit
Protected Overrides Sub OnMouseDragBegin (x As Integer, y As Integer)

參數

x
Int32

螢幕座標中滑鼠的 X 座標。

y
Int32

螢幕座標中滑鼠的 Y 座標。

備註

呼叫這個方法,以響應元件上按下的滑鼠左鍵。 設計工具會覆寫這個方法的基底形式,為控件內的元件提供「套索」選取機制。

注意

您可以將螢幕座標中的點傳遞至 PointToClient 類別的 Control 方法,以取得相對於控件左上角的點座標。

適用於

另請參閱