FormGridControl.beginDrag Method [AX 2012]
Is called when the user starts to drag a form control.
public int beginDrag(int x, int y)
Run On
ClientParameters
- x
- Type: int
An integer value that indicates the x-coordinate of the mouse pointer. The coordinate is relative to the upper-left corner of the control.
- y
- Type: int
An integer value that indicates the y-coordinate of the mouse pointer. The coordinate is relative to the upper-left corner of the control.
Community Additions
ADD
Show: