Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / ValidateSource Method

In This Topic
    ValidateSource Method
    In This Topic
    Validates document in source mode and shows validation errors if found.
    Syntax
    'Declaration
     
    Public Function ValidateSource() As System.Boolean
    public System.bool ValidateSource()

    Return Value

    True if document was validated without errors; otherwise, False.
    See Also