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





Loads the control from an XML file.

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

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName,
    bool loadProperties = true
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String, _
    Optional loadProperties As Boolean = True _
)

 Parameters

fileName

Type: String
The name of the file from which to load the control.

loadProperties
Optional.

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

 See Also

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