Saves the control layout properties to the file.

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

Syntax

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

Parameters

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

See Also