BeforeShellCommandEventArgsExecuteShellCommand Property |
Set to true if the selected command should be executed or set to false if not.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool ExecuteShellCommand { get; set; }Public Property ExecuteShellCommand As Boolean
Get
Set
public:
property bool ExecuteShellCommand {
bool get ();
void set (bool value);
}member ExecuteShellCommand : bool with get, set
Property Value
Boolean
See Also