ActiveXPersistenceType
ActiveXPersistenceType
Utility class containing constants. Represents the persistence method to persist an ActiveX control.
Values
| Name | 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. |