AxHost.State.State

Overview | Methods | This Package | All Packages

AxHost.State.State

Creates a new State object.

Syntax

public State( IDataStream ids )

Parameters

ids

The data stream (IDataStream) from which to read the object's state.

Remarks

The AxHost object creates the State object by reading it from a specified data stream. The seek pointer in this stream should be positioned at the place that it was located immediately before the save method was called on the stream.

See Also    IPersistable