Method LoadStream
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
LoadStream(Stream)
When implemented by a class, loads the designer text content of the specified stream.
bool LoadStream(Stream stream)
Parameters
stream
StreamThe Stream object to read content.
Returns
- bool
True is succeed; otherwise, false.
LoadStream(TextReader)
When implemented by a class, loads the designer text content of the specified stream.
bool LoadStream(TextReader reader)
Parameters
reader
TextReaderThe TextReader object to read content.
Returns
- bool
True is succeed; otherwise false.