Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / Load Method / Load(XmlDocument) Method

In This Topic
    Load(XmlDocument) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Load( _
       ByVal doc As System.Xml.XmlDocument _
    ) As System.Boolean
    public System.bool Load( 
       System.Xml.XmlDocument doc
    )

    Parameters

    doc
    See Also