ShellCommandCommand Property |
Gets the command.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ShellContextMenuCommand Command { get; }
Public ReadOnly Property Command As ShellContextMenuCommand
Get
public:
property ShellContextMenuCommand Command {
ShellContextMenuCommand get ();
}
member Command : ShellContextMenuCommand with get
Property Value
Type:
ShellContextMenuCommandThe command.
See Also