ActiveXPersistenceType enumeration

ActiveXPersistenceType enumeration

Represents the persistence method to persist an ActiveX control.

The ActiveXPersistenceType type exposes the following members:

Fields

Field Description
PROPERTY_BAG The data is stored as xml data.
STORAGE The data is stored as a storage binary data.
STREAM The data is stored as a stream binary data.
STREAM_INIT The data is stored as a streaminit binary data.

See Also