ActionsPane.DoDragDrop-Methode

Beginnt einen Drag & Drop-Vorgang.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function DoDragDrop ( _
    data As Object, _
    allowedEffects As DragDropEffects _
) As DragDropEffects
DragDropEffects DoDragDrop(
    Object data,
    DragDropEffects allowedEffects
)

Parameter

Rückgabewert

Typ: System.Windows.Forms.DragDropEffects
Ein Wert, der das Ergebnis darstellt, das während des Drag & Drop-Vorgangs ausgeführt wurde.

Hinweise

Diese Methode stellt die gleiche Funktionalität bereit wie die Control.DoDragDrop-Methode.Weitere Informationen zum Verwenden dieser Methode finden Sie unter Control.DoDragDrop.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionsPane Schnittstelle

Microsoft.Office.Tools-Namespace

Weitere Ressourcen

Aktionsbereichsübersicht