TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / IC1TreeEditor Interface / C1EditorValueIsValid Method

In This Topic
    C1EditorValueIsValid Method
    In This Topic
    Gets a value that determines if the editor's current contents are valid.
    Syntax
    'Declaration
     
    
    Function C1EditorValueIsValid() As Boolean
    bool C1EditorValueIsValid()

    Return Value

    True if the editor currently has valid content.
    See Also