TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / IC1TreeEditor Interface / C1EditorKeyDownFinishEdit Method
Key to be tested.

In This Topic
    C1EditorKeyDownFinishEdit Method
    In This Topic
    Gets a value that determines whether a given key should finalize editing.
    Syntax
    '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.
    See Also