Gets or sets a value that indicates if the viewer handles drop events automatically.
public bool AllowAutoDrop {get; set;}
Public Property AllowAutoDrop As Boolean
public bool AllowAutoDrop {get; set;}
get_AllowAutoDrop();
set_AllowAutoDrop(value);
Object.defineProperty('AllowAutoDrop');
Property Value
true if the viewer handles drop events automatically; false if the user handles the drop events. The default value is
true.