ActiveXPersistenceType Enum

ActiveXPersistenceType Enum

Represents the persistence method to persist an ActiveX control.


type ActiveXPersistenceType int32

Fields

FieldDescription
PropertyBagThe data is stored as xml data.
StorageThe data is stored as a storage binary data.
StreamThe data is stored as a stream binary data.
StreamInitThe data is stored as a streaminit binary data.