Share via


FormGroupControl.dragDrop Method

Determines whether drag-and-drop operations are enabled or disabled for the control.

Syntax

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.

Remarks

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.

See Also

Reference

FormGroupControl Class