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

In This Topic
    Load(XmlDocument) Method
    In This Topic
    Loads a Ribbon definition from an System.Xml.XmlDocument.
    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
    System.Xml.XmlDocument that contains the Ribbon definition.

    Return Value

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