Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether to enable or disable drag-and-drop operations for the control.
Syntax
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.
Remarks
Use the FormControl.dragLeave, FormControl.dragOver, and the FormControl.dragOverEx methods to specify the behavior.