ContextMenuItemSelectedEventArgsExecuteCommand Property |
Set to true if the selected command should be executed or set to false if not.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool ExecuteCommand { get; set; }
Public Property ExecuteCommand As Boolean
Get
Set
public:
property bool ExecuteCommand {
bool get ();
void set (bool value);
}
member ExecuteCommand : bool with get, set
Property Value
Type:
BooleanSee Also