[]
        
(Showing Draft Content)

C1.Android.Core.C1KeyboardHelper.GetChar

GetChar Method

GetChar(KeyEventArgs)

Returns char representation of Android.Views.Keycode that was pressed.

Declaration
public static char GetChar(View.KeyEventArgs keyEvent)
Public Shared Function GetChar(keyEvent As View.KeyEventArgs) As Char
Parameters
Type Name Description
KeyEventArgs keyEvent

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

Returns
Type Description
char

true if the Command key is pressed, false otherwise.