ActionsPane.AllowDrop Property

Definition

Gets or sets a value that indicates whether the actions pane can accept data that the user drags onto it.

public:
 property bool AllowDrop { bool get(); void set(bool value); };
public bool AllowDrop { get; set; }
member this.AllowDrop : bool with get, set
Public Property AllowDrop As Boolean

Property Value

true if drag-and-drop operations are allowed in the actions pane; otherwise, false. The default is false.

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.AllowDrop property. For more information about using this property, see System.Windows.Forms.Control.AllowDrop.

Applies to