RestoreLayout(IEnumerable<IComponent>, Stream, Predicate<IComponentProperty>)
static
|
targetComponents, stream, propertyDeserializing
|
Loads the layouts of specified controls from a stream.
|
RestoreLayout(IEnumerable<IComponent>, String, Predicate<IComponentProperty>)
static
|
targetComponents, path, propertyDeserializing
|
Loads the layouts of specified controls from a file.
|
RestoreLayout(Control, Stream, Predicate<IComponentProperty>)
static
|
targetControl, stream, propertyDeserializing
|
Loads the layout of the specified control from a stream.
|
RestoreLayout(Control, String, Predicate<IComponentProperty>)
static
|
targetControl, path, propertyDeserializing
|
Loads the layout of the specified control from a file.
|