DiagramDragEventArgs.AllowedEffect 属性

定义

获取拖动事件的发起方(或源)所允许的拖放操作。

public:
 property System::Windows::Forms::DragDropEffects AllowedEffect { System::Windows::Forms::DragDropEffects get(); };
public System.Windows.Forms.DragDropEffects AllowedEffect { get; }
member this.AllowedEffect : System.Windows.Forms.DragDropEffects
Public ReadOnly Property AllowedEffect As DragDropEffects

属性值

DragDropEffects

适用于