Share via


FormListControl.beginDrag Method

Identifies when the user starts to move a form list control or an item in a form list control.

Syntax

public int beginDrag(int x, int y)

Run On

Client

Parameters

  • x
    Type: int
    An Integer data type that indicates the x-coordinate for the move event.
  • y
    Type: int
    An Integer data type that indicates the y-coordinate for the move event.

Return Value

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

Remarks

To override this method on a list view control, right-click the Methods node below the control, point to Override Method, and then click beginDrag.

For information about best practices for forms and code, see No Code in Forms.

See Also

Reference

FormListControl Class