Share via


FormContainerControl.dragDrop Method

Definition

Overloads

dragDrop()
dragDrop(Int32)

dragDrop()

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

Returns

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

Returns

Applies to