IFileDropTargetControlAllowDrop Property |
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Namespace:
Aspose.Email.Windows.Forms
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax bool AllowDrop { get; set; }
Property AllowDrop As Boolean
Get
Set
property bool AllowDrop {
bool get ();
void set (bool value);
}
abstract AllowDrop : bool with get, set
Property Value
Type:
BooleanSee Also