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.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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.