Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / Load Method / Load(XmlDocument) Method
System.Xml.XmlDocument that contains the C1BackstageView definition.

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

    Parameters

    doc
    System.Xml.XmlDocument that contains the C1BackstageView definition.

    Return Value

    False if the XML document is not in the expected format.
    See Also