Loads control layout properties with specified types from the XML file.

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

Syntax

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

Parameters

filename
Type: System..::..String
The file where the values of layout properties will be loaded.
layoutTypes
Type: C1.Web.iPhone..::..LayoutType
The layout types to load.

Implements

IC1Serializable..::..LoadLayout(String, LayoutType)

See Also