Loads control layout properties from the file.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

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

Parameters

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

See Also