C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / C1StatusBar Class / Load Method / Load(XmlDocument) Method
System.Xml.XmlDocument that contains the status bar definition.

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

Parameters

doc
System.Xml.XmlDocument that contains the status bar definition.

Return Value

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