[]
Returns char representation of Windows.System.VirtualKey that was pressed.
public static char GetChar(KeyRoutedEventArgs keyEvent)
Public Shared Function GetChar(keyEvent As KeyRoutedEventArgs) As Char
| Type | Name | Description |
|---|---|---|
| KeyRoutedEventArgs | keyEvent | Data from keyboard routed events, as well as related attached and Preview events. |
| Type | Description |
|---|---|
| char | true if the Command key is pressed, false otherwise. |