[]
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.
protected virtual bool ShouldEnterEditModeOnKeyDown(Key key)
| Type | Name | Description |
|---|---|---|
| Key | key | Key that was pressed. |
| Type | Description |
|---|---|
| bool | True if the control has enter edit mode. |