AxHost.State Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Encapsulates the persisted state of an ActiveX control.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in system.windows.forms.dll)
[SerializableAttribute] [TypeConverterAttribute(typeof(TypeConverter))] public class State : ISerializable
/** @attribute SerializableAttribute() */ /** @attribute TypeConverterAttribute(System.ComponentModel.TypeConverter) */ public class State implements ISerializable
SerializableAttribute TypeConverterAttribute(System.ComponentModel.TypeConverter) public class State implements ISerializable
Not applicable.
The AxHost.State can be retrieved using the AxHost.OcxState property, or by reading the control's state from a data stream.
For more information, see the documentation for IPersistStream and IPersistPropertyBag in the MSDN library. IPersistStream can be found in the interface reference section of the COM SDK documentation, and IPersistPropertyBag can be found in the COM Fundamentals interface reference section of the COM SDK documentation.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: