Interface IKeyDown
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
interface that can be implemented if a control is to be alerted of KeyDown Event on DesignPanel
public interface IKeyDown
Properties
- InvokeDefaultAction
if that control wants the default DesignPanel action to be suppressed, let this return false
Methods
- KeyDownAction(object, KeyEventArgs)
Action to be performed on keydown on specific control