IWizardButtons

Description

The IWizardButtons interface contains properties that determine the buttons of the form that are used to navigate through the pages of the Wizard component.

Properties

   Property name Brief description
Back

The Back property determines the button, on clicking which the jump to the previous wizard page is made.
Cancel

The Cancel property determines the button that is used to exit the wizard without saving changes.
Done

The Done property determines the button that is used to exit the wizard with saving changes.
Next

The Next property determines the button, on clicking which the jump to the next wizard page is made.

See also:

Forms Assembly Interfaces