FormTimeControl.dragDrop Method

Indicates 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, 0.

Remarks

Use the dragLeave Method, dragOver Method, and dragOverEx Method methods to specify the behavior.

See Also

Reference

FormTimeControl Class