[]
Returns whether the Ctrl key is pressed.
public static bool IsCtrlPressed(KeyEventArgs keyEvent)
Type | Name | Description |
---|---|---|
KeyEventArgs | keyEvent | Data from keyboard routed events, as well as related attached and Preview events. |
Type | Description |
---|---|
bool | true if the Ctrl key is pressed, false otherwise. |