Load control layout properties from the stream.

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

Syntax

C#
void LoadLayout(
	Stream stream
)
Visual Basic
Sub LoadLayout ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream where the values of layout properties will be loaded.

See Also