ActiveXPersistenceType Enum
ActiveXPersistenceType Enum
Represents the persistence method to persist an ActiveX control.
type ActiveXPersistenceType int32
Fields
Field | Description |
---|---|
PropertyBag | 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. |
StreamInit | The data is stored as a streaminit binary data. |