Method GetInputGesture
| Improve this Doc View SourceGetInputGesture(Int32)
Gets the input gesture at specified index.
Declaration
public InputGesture GetInputGesture(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The specified index. |
Returns
| Type | Description |
|---|---|
| System.Windows.Input.InputGesture | The result input gesture. |