The DisGUISE C# class library

KeyCode.Lookup Method 

This method looks up a KeyCode object based on the key code string (which might be received from the phone). If no matching keycode is found, a new object is generated, since the builtin table inside the class might be incomplete. However, this behaviour might change in future releases, so use it with caution.

public static KeyCode Lookup(
   string chars
);

Parameters

chars
The key code string.

Return Value

The KeyCode object belonging to the code string.

See Also

KeyCode Class | DisGUISE.Phone Namespace