Method ReplaceWith
| Improve this Doc View SourceReplaceWith(InputGesture[])
Create a new CommandEntry by replaces the input gestures.
Declaration
public CommandEntry ReplaceWith(params InputGesture[] inputGestures)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.InputGesture[] | inputGestures | The new input gestures. |
Returns
Type | Description |
---|---|
CommandEntry | The newly created CommandEntry. |