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 pressing which the jump to the previous wizard page is done. | ||
| The Cancel property determines the button that is used to escape from the wizard without saving the changes. | ||
| The Done property determines the button that is used to escape from the wizard saving the changes. | ||
| The Next property determines the button, on pressing which the jump to the next wizard page is done. |
See also: