Share via


FormAnimateControl.dragDrop Method

Definition

Overloads

dragDrop()

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

dragDrop(Int32)

dragDrop()

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

public:
 override int dragDrop();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int dragDrop ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.dragDrop : unit -> int
Public Overrides Function dragDrop () As Integer

Returns

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

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

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

Applies to

dragDrop(Int32)

public:
 override int dragDrop(int _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override int dragDrop (int _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.dragDrop : int -> int
Public Overrides Function dragDrop (_value As Integer) As Integer

Parameters

_value
Int32

An Integer data type that indicates whether the drag-and-drop behavior is enabled; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to