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