ActionsPane.AllowDrop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.