Wizard Commit As You Go Sample
Select items on each step and click the next button. Notice that your selection
is written out to a label each time you click a next button and that no previous
button is displayed because the AllowReturn=False is set for each step. |
|
Wizard Commit At the End Sample
Select an item on each step and click the next or finish button. Notice that all
of your selections are written out to labels after you click the finish button on
the final wizard step. You can also click the previous button and change your selection. |