NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.State Class

The class which encapsulates the persisted state of the underlying activeX control An instance of this class my be obtained either by calling getOcxState on an AxHost object, or by reading in from a stream.

Object
   AxHost.State

[Visual Basic]
Public Class AxHost.State
   Implements IPersistable, ISerializable
[C#]
public class AxHost.State : IPersistable, ISerializable
[C++]
public __gc class AxHost.State : public IPersistable, ISerializable
[JScript]
public class AxHost.State implements IPersistable, ISerializable

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

AxHost.State Members | System.WinForms Namespace | IPersistable | setOcxState | getOcxState