CommandElement Shortcut Property CleanCode C# Libraries v1.2.03 API
Gets or sets a textual representation of the keyboard shortcut for the command, if any.

Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public string Shortcut { get; set; }

Field Value

The shortcut.
Remarks

If null, the string "-none-" will appear.
See Also