ASP.NET Pack Programmer's Guide
Menu.LoadFromXml Method (XmlDocument, Boolean)
See Also
 





Loads the control from an XML document.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XmlDocument document,
    bool loadProperties = true
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    document As XmlDocument, _
    Optional loadProperties As Boolean = True _
)

 Parameters

document

Type: XmlDocument
A System.Xml.XmlDocument instance that allows reading data from the XML document.

loadProperties
Optional.

Type: Boolean
Indicates whether the control's properties will be loaded.

 See Also

LoadFromXml Method Overload List
Menu Members
Menu Class
MindFusion.UI.WebForms Namespace