ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win Namespace / IEmbeddedEditor 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 System.Boolean
    System.bool IsValueValid()

    Return Value

    True if the editor currently has valid content.
    See Also