Enum ActiveXPersistenceType

ActiveXPersistenceType enumeration

Represents the persistence method to persist an ActiveX control.

public enum ActiveXPersistenceType

Values

NameValueDescription
PropertyBag0The data is stored as xml data.
Storage1The data is stored as a storage binary data.
Stream2The data is stored as a stream binary data.
StreamInit3The data is stored as a streaminit binary data.

See Also