IKeyBindingService Interface
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Service that handles all the key bindings in the designer.
Syntax
public interface IKeyBindingService
Properties
Owner | Gets the object to which the bindings are being applied |
Methods
DeregisterBinding(KeyBinding) | De-register |
GetBinding(KeyGesture) | Gets binding for the corresponding gesture otherwise returns null. |
RegisterBinding(KeyBinding) | Register |