menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeyboardCommand - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeyboardCommand

    Represents the combination of an action name and a corresponding key gesture.

    Inheritance
    System.Object
    KeyboardCommand
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class KeyboardCommand : Object
    Remarks

    This class encapsulates the pairing of an action name with its associated key gesture

    Constructors

    KeyboardCommand()

    Declaration
    public KeyboardCommand()

    Properties

    ActionName

    Represents the Name of the Action to be performed.

    Declaration
    public string ActionName { get; set; }
    Property Value
    Type Description
    System.String

    Action Name

    Gesture

    Represents the combination of keys and key modifiers, on the recognition of which command should be executed.

    Declaration
    public KeyGesture Gesture { get; set; }
    Property Value
    Type Description
    KeyGesture

    A combination of keys and key modifiers.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved