AxHost::State Constructor (Stream^, Int32, Boolean, String^)
.NET Framework (current version)
Initializes a new instance of the AxHost::State class for serializing a state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ms
-
Type:
System.IO::Stream^
A Stream in which the state is stored.
- storageType
-
Type:
System::Int32
An Int32 indicating the storage type.
- manualUpdate
-
Type:
System::Boolean
true for manual updates; otherwise, false.
- licKey
-
Type:
System::String^
The license key of the control.
Security Note
|
|---|
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Untrusted Data Security Risks. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
