|
This is the class used for user options. This class provides the ModifiedDocumentAction property, so if operations don't need anything else, they can use this class directly (this is not an abstract class). Otherwise, operations should provide a class which inherits from this one to provide additional user options.
Constructors
Constructor
|
Description
|
Constructor
|
Constructor that receives the scope of the operation.
|
Methods
Method
|
Description
|
OnCreatePropertyPage
|
Method called to create the usercontrol that will be the property page for user options.
|
OnGetFriendlyName
|
Method called to return a friendly name for the user options.
|
OnGetOptionsDescription
|
Method called to return a string with a description of the options. This literal is typically used in the status bar of the result window of the operation.
|
Properties
Property
|
Description
|
ModifiedDocumentAction
|
Property to specify the action to take after processing a document which has been modified, such as saving and closing the document or keeping it open to allow Undo actions.
|
UILanguage
|
Property that returns the language of the user interface of MZ-Tools.
|
See Also:
OperationBase Class
|