FileDropTargetManagerAllowDrop Property |
The AllowDrop property gets or sets permission for drag and drop operations.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool AllowDrop { get; set; }
Public Property AllowDrop As Boolean
Get
Set
public:
property bool AllowDrop {
bool get ();
void set (bool value);
}
member AllowDrop : bool with get, set
Property Value
Type:
Boolean
See Also