[]
        
(Showing Draft Content)

C1.iOS.Core.C1KeyboardHelper.IsCtrlPressed

IsCtrlPressed Method

IsCtrlPressed(UIKeyCommand)

Returns whether the Ctrl key is pressed.

Declaration
public static bool IsCtrlPressed(UIKeyCommand keyEvent)
Public Shared Function IsCtrlPressed(keyEvent As UIKeyCommand) As Boolean
Parameters
Type Name Description
UIKeyCommand keyEvent

Data from keyboard routed events, as well as related attached and Preview events.

Returns
Type Description
bool

true if the Ctrl key is pressed, false otherwise.