[]
        
(Showing Draft Content)

C1.iOS.Core.C1KeyboardHelper.IsCommandPressed

IsCommandPressed Method

IsCommandPressed(UIKeyCommand)

Returns whether the Command key is pressed.

Declaration
public static bool IsCommandPressed(UIKeyCommand keyEvent)
Public Shared Function IsCommandPressed(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 Command key is pressed, false otherwise.