Share via


FormGroupControl.beginDrag Method

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

Syntax

public int beginDrag(int x, int y)

Run On

Client

Parameters

  • x
    Type: int
    An integer value that indicates the x-coordinate for the move event.
  • y
    Type: int
    An integer value that indicates the y-coordinate for the move event.

Return Value

Type: int
0 (zero) if the event has been handled.

See Also

FormGroupControl Class

FormGroupControl.endDrag Method