menu

Document Processing

KeyPressEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    KeyPressEventArgs Class

    Custom event argument class used to notify when a key is pressed.

    Inheritance
    System.Object
    KeyPressEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class KeyPressEventArgs : EventArgs

    Properties

    KeyData

    Returns the key data.

    Declaration
    public Keys KeyData { get; }
    Property Value
    Type
    System.Windows.Forms.Keys

    msg

    Returns the message.

    Declaration
    public Message msg { get; }
    Property Value
    Type
    System.Windows.Forms.Message
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved