Click or drag to resize

CommandShortcut Property

Gets or sets the shortcut to trigger this command.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Keys Shortcut { get; set; }

Property Value

Type: Keys
The command shortcut.
See Also