[]
Returns whether the Shift key is pressed.
public static bool IsShiftPressed(View.KeyEventArgs keyEvent)
Public Shared Function IsShiftPressed(keyEvent As View.KeyEventArgs) As Boolean
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | keyEvent | Data from keyboard routed events, as well as related attached and Preview events. |
| Type | Description |
|---|---|
| bool | true if the Shift key is pressed, false otherwise. |