ActionsPane.AllowDrop Property

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

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

Syntax

'Declaration
Property AllowDrop As Boolean
bool AllowDrop { get; set; }

Property Value

Type: System.Boolean
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 Control.AllowDrop property. For more information about using this property, see Control.AllowDrop.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview