PyIPersistPropertyBag Object

A Python wrapper for a COM IPersistPropertyBag interface.

Methods

InitNew
Called by the container when the control is initialized to initialize the property bag. 

Load
Called by the container to load the control's properties. 

Save
Called by the container to save the object's properties. 

Based On

PyIPersist