Skip to content

Commit

Permalink
Added more info to Command.Shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
clicketyclackety committed Apr 30, 2024
1 parent 232da9c commit 7a626de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Eto/Forms/Command.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public virtual bool Enabled

/// <summary>
/// Gets or sets the shortcut to trigger this command.
/// This property requires the <see cref="Command"/> to be hosted on a <see cref="ToolBar"/> or the command will not be raised when the shortcut is used.
/// </summary>
/// <value>The command shortcut.</value>
public Keys Shortcut { get; set; }
Expand Down

0 comments on commit 7a626de

Please sign in to comment.