WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyCode

    Show / Hide Table of Contents

    Class KeyCode

    Represents the KeyCode for keydown

    Inheritance
    System.Object
    KeyCode
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class KeyCode

    Constructors

    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 true [is shift].

    Returns
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved