FormGroupControl.dragDrop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
dragDrop() |
Determines whether drag-and-drop operations are enabled or disabled for the control. |
dragDrop(Int32) |
dragDrop()
Determines whether drag-and-drop operations are enabled or disabled 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, 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.
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 value that indicates whether drag-and-drop behavior is enabled; optional.