ASP.NET Pack Programmer's Guide
Slider.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

The name of the file from which to load the control.

loadProperties
Optional.

Indicates whether the control's properties will be loaded.

 See Also

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