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()