BeforeShellDropEventArgsExecuteShellDrop Property |
Set this to false if you want to permit the execution of
the shell drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ExecuteShellDrop { get; set; }
Public Property ExecuteShellDrop As Boolean
Get
Set
public:
property bool ExecuteShellDrop {
bool get ();
void set (bool value);
}
member ExecuteShellDrop : bool with get, set
Property Value
Type:
BooleanSee Also