menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IKeyBinderContainer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IKeyBinderContainer

    Provides the functionality for key-bindings callbacks.

    Namespace: Syncfusion.Shared.Utils.KeyBinding
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IKeyBinderContainer

    Properties

    Commands

    Gets the list of commands.

    Declaration
    IKeyCommandList Commands { get; }
    Property Value
    Type
    IKeyCommandList

    KeyBinder

    Gets the root key binder.

    Declaration
    IKeyCommandListBinder KeyBinder { get; }
    Property Value
    Type
    IKeyCommandListBinder

    KeyBindingProcessor

    Gets the key binding processor.

    Declaration
    KeyProcessor KeyBindingProcessor { get; }
    Property Value
    Type
    KeyProcessor

    Methods

    RegisterDefaultKeyBindings()

    Registers default commands while performing Key binding process.

    Declaration
    void RegisterDefaultKeyBindings()

    RegisterKeyCommands()

    Registers default commands while performing Key binding process.

    Declaration
    void RegisterKeyCommands()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved