WindowPane.SaveUIState(Stream) Method

Definition

Override to save custom state information to be used later when the pane is reconstructed.

public:
 virtual int SaveUIState([Runtime::InteropServices::Out] System::IO::Stream ^ % stateStream);
public virtual int SaveUIState (out System.IO.Stream stateStream);
abstract member SaveUIState : Stream -> int
override this.SaveUIState : Stream -> int
Public Overridable Function SaveUIState (ByRef stateStream As Stream) As Integer

Parameters

stateStream
Stream

The stream with the state information.

Returns

The stream with the state information

Applies to