'Declaration
Function C1EditorKeyDownFinishEdit( _ ByVal e As KeyEventArgs _ ) As Boolean
bool C1EditorKeyDownFinishEdit( KeyEventArgs e )
Parameters
- e
- Key to be tested.
Return Value
True if the key should finish the edits and close the editor.
'Declaration
Function C1EditorKeyDownFinishEdit( _ ByVal e As KeyEventArgs _ ) As Boolean
bool C1EditorKeyDownFinishEdit( KeyEventArgs e )