FormGroupControl.beginDrag(Int32, Int32) Method

Definition

Is called when the user starts to move a form group control.

public:
 override int beginDrag(int _x, int _y);
public override int beginDrag (int _x, int _y);
override this.beginDrag : int * int -> int
Public Overrides Function beginDrag (_x As Integer, _y As Integer) As Integer

Parameters

_x
Int32

An integer value that indicates the y-coordinate for the move event.

_y
Int32

An integer value that indicates the y-coordinate for the move event.

Returns

0 (zero) if the event has been handled.

Applies to