ComponentOne Ribbon for WinForms
Load(XmlDocument) Method

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > C1Ribbon Class > Load Method : Load(XmlDocument) Method
System.Xml.XmlDocument that contains the Ribbon definition.
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

Reference

C1Ribbon Class
C1Ribbon Members
Overload List