Loads control layout properties from the file.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void LoadLayout(
	string filename
)
Visual Basic
Public Sub LoadLayout ( _
	filename As String _
)

Parameters

filename
Type: System..::..String
The file where the values of layout properties will be loaded.

Implements

IC1SerializableLoadLayout(String)

See Also