IAdminOptionsPropertyPage Interface
This interface should be implemented by the usercontrols that provide property pages for admin 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 AdminOptionsBase derived class.
See Also:
AdminOptionsBase Class