Skip to main content

WorkspaceManager.SaveLayout Method

Name Parameters Description
SaveLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>) static targetComponents, stream, propertySerializing Saves the layouts of specified controls to a stream.
SaveLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>) static targetComponents, path, propertySerializing Saves the layouts of specified controls to a file.
SaveLayout(Control, Stream, Predicate<IComponentProperty>) static targetControl, stream, propertySerializing Saves the layout of the specified control to a stream.
SaveLayout(Control, String, Predicate<IComponentProperty>) static targetControl, path, propertySerializing Saves the layout of the specified control to a file.