dahall / AeroWizard

Library for easy creation of custom and Aero Wizards. Aero Wizard strictly follows Microsoft guidelines and uses Visual Styles to get visual theming.
MIT License
113 stars 32 forks source link

Add an Example for WizardPageContainer.NextPage Method #2

Closed tanjadjuknic closed 6 years ago

tanjadjuknic commented 6 years ago

Please add an example for WizardPageContainer.NextPage Method.

TODO (optional): Describe a specific scenario you would like to see addressed.

Help Topic: https://dahall.github.io/AeroWizard/html/M_AeroWizard_WizardPageContainer_NextPage.htm

tanjadjuknic commented 6 years ago

I need to skip some pages in the wizard, could you please provide me example?

dahall commented 6 years ago

https://github.com/dahall/AeroWizard/wiki/Documentation

Does this answer your question?

dahall commented 6 years ago

For a very detailed implementation using this control, see https://github.com/dahall/TaskScheduler/blob/master/TaskEditor/TaskSchedulerWizard.cs.