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