FormActionPaneControl.dragDrop Method [AX 2012]

Determines whether to enable or disable drag-and-drop operations for the control.

public int dragDrop([int value])

Run On

Client

Parameters

value
Type: int
An Integer that indicates whether drag-and-drop behavior is enabled; optional.

Return Value

Type: int
1 if drag-and-drop operations are enabled; otherwise, false.

Use the FormControl::dragLeave method , the FormControl::dragOver method, and the FormControl::dragOverEx method to specify the behavior.

Community Additions

ADD
Show: