IUserOptionsPropertyPage Interface
This interface should be implemented by the usercontrols that provide property pages for user options.
Methods
Method
Description
Cleanup
Method called when the property page is being unloaded, to give it a chance to clean up resources if needed.
Initialize
Method called when the property page is being initialized.
SetOptions
Method called when the property page must retrieve values from the user interface controls and set values of the UserOptions class.
See Also:
UserOptions Class