Class KeyCode
Represents the KeyCode for keydown
Inheritance
System.Object
    KeyCode
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class KeyCodeConstructors
KeyCode()
Declaration
public KeyCode()Methods
KeycodeToChar(Key, Boolean)
Keycodes to char.
Declaration
public static string KeycodeToChar(Key key, bool isShift)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.Key | key | The key. | 
| System.Boolean | isShift | if set to  | 
Returns
| Type | 
|---|
| System.String |