This documentation is archived and is not being maintained.
FormGroupControl.dragDrop Method [AX 2012]
Determines whether drag-and-drop operations are enabled or disabled for the control.
public int dragDrop([int value])
Run On
Client
Parameters
-
value
- Type: int
An integer value that indicates whether drag-and-drop behavior is enabled; optional.
Return Value
Type:
int
1 if drag-and-drop operations are enabled; otherwise, false.
You use the FormGroupControl.dragLeave and FormGroupControl.dragOver methods to specify the behavior.
You can pass a value of true or false for the value parameter.