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