ActiveXPersistenceType enumeration

ActiveXPersistenceType enumeration

Represents the persistence method to persist an ActiveX control.

The ActiveXPersistenceType type exposes the following members:

Fields

FieldDescription
PROPERTY_BAGThe data is stored as xml data.
STORAGEThe data is stored as a storage binary data.
STREAMThe data is stored as a stream binary data.
STREAM_INITThe data is stored as a streaminit binary data.

See Also