[]
        
(Showing Draft Content)

C1.iOS.Core.C1KeyboardHelper.GetKey

GetKey Method

GetKey(UIKeyCommand)

Returns Foundation.NSString that was pressed.

Declaration
public static NSString GetKey(UIKeyCommand keyEvent)
Public Shared Function GetKey(keyEvent As UIKeyCommand) As NSString
Parameters
Type Name Description
UIKeyCommand keyEvent

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

Returns
Type Description
NSString

true if the Command key is pressed, false otherwise.