Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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