Creates a new State object.
public State( IDataStream ids )
ids
The data stream (IDataStream) from which to read the object's state.
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