ActionsPane.DoDragDrop(Object, DragDropEffects) Yöntem

Tanım

Bir sürükle ve bırak işlemi başlatır.

public System.Windows.Forms.DragDropEffects DoDragDrop (object data, System.Windows.Forms.DragDropEffects allowedEffects);

Parametreler

data
Object

Sürüklediğiniz veriler.

allowedEffects
DragDropEffects

DragDropEffectsDeğerlerden biri.

Döndürülenler

DragDropEffects

Sürükle ve bırak işlemi sırasında gerçekleştirilen son efekti temsil eden bir değer.

Açıklamalar

Bu yöntem, yöntemiyle aynı işlevleri sağlar System.Windows.Forms.Control.DoDragDrop . Bu yöntemi kullanma hakkında daha fazla bilgi için bkz System.Windows.Forms.Control.DoDragDrop ..

Şunlara uygulanır