public static bool IsCtrlPressed( KeyEventArgs keyEvent )
Parameters
- keyEvent
- Data from keyboard routed events, as well as related attached and Preview events.
Return Value
true if the Ctrl key is pressed, false otherwise.
public static bool IsCtrlPressed( KeyEventArgs keyEvent )