Methods

  Name Description
Public method LoadLayout(Stream)
Load control layout properties from the stream.
Public method LoadLayout(String)
Loads control layout properties from the file.
Public method LoadLayout(Stream, LayoutType)
Loads the control layout properties with specified types from the stream.
Public method LoadLayout(String, LayoutType)
Loads control layout properties with specified types from the file.
Public method SaveLayout(Stream)
Saves control layout properties to the stream.
Public method SaveLayout(String)
Saves the control layout properties to the file.

See Also