Méthode | Description | |
---|---|---|
CreateCommandWithGesture ( this commandManager, |
Creates a command using a naming convention with the specified gesture.
|
|
FindCommandsByGesture ( this commandManager, Catel.Windows.Input.InputGesture inputGesture ) : ICommand>.Dictionary |
Finds the commands inside the ICommandManager by gesture.
|
public static CreateCommandWithGesture ( this commandManager, |
||
commandManager | this | The command manager. |
containerType | Type of the container. | |
commandNameFieldName | string | Name of the command name field. |
Résultat | void |
public static FindCommandsByGesture ( this commandManager, Catel.Windows.Input.InputGesture inputGesture ) : ICommand>.Dictionary |
||
commandManager | this | The command manager. |
inputGesture | Catel.Windows.Input.InputGesture | The input gesture. |
Résultat | ICommand>.Dictionary |