The IWizardButtons interface contains properties that determine the buttons of the form that are used to navigate through the pages of the Wizard component.
Property name | Brief description | |
The Back property determines the button, on clicking which the jump to the previous wizard page is made. | ||
The Cancel property determines the button that is used to exit the wizard without saving changes. | ||
The Done property determines the button that is used to exit the wizard with saving changes. | ||
The Next property determines the button, on clicking which the jump to the next wizard page is made. |
See also: