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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace