Restores the View layout from a binary or text stream.
public void RestoreLayoutFromStream( Stream stream, bool binaryStream )
Public Sub RestoreLayoutFromStream( ByVal stream As Stream, ByVal binaryStream As Boolean )
You can select whether the View layout should be kept as binary or readable XML data via the SaveLayoutToStream method.