The DisGUISE C# class library

KeyCode Class

The KeyCode class contains all possible key codes generated and sent to the phone. All codes can be accessed via static members, and incoming strings can be identified by a Lookup method.

For a list of all members of this type, see KeyCode Members.

System.Object
   DisGUISE.Phone.KeyCode

public class KeyCode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DisGUISE.Phone

Assembly: DisGUISE (in DisGUISE.dll)

See Also

KeyCode Members | DisGUISE.Phone Namespace