ToolStripItem::DoDragDrop Method (Object^, DragDropEffects)
.NET Framework (current version)
Begins a drag-and-drop operation.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public:
[UIPermissionAttribute(SecurityAction::Demand, Clipboard = UIPermissionClipboard::OwnClipboard)]
DragDropEffects DoDragDrop(
Object^ data,
DragDropEffects allowedEffects
)
Parameters
- data
-
Type:
System::Object^
The object to be dragged.
- allowedEffects
-
Type:
System.Windows.Forms::DragDropEffects
The drag operations that can occur.
If the drag operation needs to interact with applications in another process, the data parameter must either be a base managed class (such as System::String, System.Drawing::Bitmap, or System.Drawing.Imaging::Metafile), an object that implements System.Runtime.Serialization::ISerializable, or an object that implements IDataObject.
.NET Framework
Available since 2.0
Available since 2.0
Show: