[]
Gets a value that determines whether a given key should finalize editing.
bool C1EditorKeyDownFinishEdit(KeyEventArgs e)
Function C1EditorKeyDownFinishEdit(e As KeyEventArgs) As Boolean
| Type | Name | Description |
|---|---|---|
| KeyEventArgs | e | Key to be tested. |
| Type | Description |
|---|---|
| bool | True if the key should finish the edits and close the editor. |