WindowPane.LoadUIState(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override to load previously saved state of the pane
public:
virtual int LoadUIState(System::IO::Stream ^ stateStream);
public virtual int LoadUIState (System.IO.Stream stateStream);
abstract member LoadUIState : System.IO.Stream -> int
override this.LoadUIState : System.IO.Stream -> int
Public Overridable Function LoadUIState (stateStream As Stream) As Integer
Parameters
- stateStream
- Stream
The stream from which to load the state.