Share via


FormTimeControl.dragDrop Method

Definition

Overloads

dragDrop()

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

dragDrop(Int32)

dragDrop()

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

public:
 override int dragDrop();
public override int dragDrop ();
override this.dragDrop : unit -> int
Public Overrides Function dragDrop () As Integer

Returns

1 if drag-and-drop operations are enabled; otherwise, 0.

Remarks

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

Applies to

dragDrop(Int32)

public:
 override int dragDrop(int _value);
public override int dragDrop (int _value);
override this.dragDrop : int -> int
Public Overrides Function dragDrop (_value As Integer) As Integer

Parameters

_value
Int32

An integer that indicates whether drag-and-drop behavior is enabled; optional.

Returns

Applies to