AdminOptionsBase Class
This is the abstract base class used for admin options.
Constructors
Constructor
Description
Parameter-less constructor.
Methods
Method
OnCreatePropertyPage
Method called to create the usercontrol that will be the property page for admin options.
OnGetFriendlyName
Method called to return a friendly name for the admin options.
OnGetRootXMLNodeName
Method called to return the root XML node name that will be used to persist admin options.
OnLoad
Method called to retrieve admin options from a file.
OnSave
Method called to save admin options to a file.
Properties
Property
UILanguage
Property that returns the language of the user interface of MZ-Tools.
See Also:
OperationBase Class