Called to define if the control has to enter edit mode when a particular key is pressed.
For example: arrow keys might not change to edit mode.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
protected virtual bool ShouldEnterEditModeOnKeyDown( Key key ) |
| Visual Basic |
|---|
Protected Overridable Function ShouldEnterEditModeOnKeyDown ( _ key As Key _ ) As Boolean |
Parameters
- key
- Type: System.Windows.Input..::..Key
Key that was pressed.