ShellCommandCommandId Property |
Gets the Command Id.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int CommandId { get; }Public ReadOnly Property CommandId As Integer
Get
public:
property int CommandId {
int get ();
}member CommandId : int with get
Property Value
Int32The ID of a concrete command, -1 if unknown.
See Also