Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / IInputEditor Interface / IsValueValid Method

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

    Return Value

    True if the editor currently has valid content.
    See Also