processing page example

Wizard for Windows Forms Forum

Posted 18 years ago by Cor Visser
Avatar
I need to do processing on a page after moving to a page.
The helpfile example suggests there is a property

--- wizard.SelectedPage == processingPage ----

i cannot find where it is or how to set

Comments (3)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yes the Wizard.SelectedPage property tells you what page is currently selected. You can set it to jump to a specific page as well. Our sample project shows using it.


Actipro Software Support

Posted 18 years ago by Cor Visser
Avatar
I found the seleted page indeed.
But do not see the 'processingpage' property defined.
The sample on processing pages shows this value in the eqasion

Should i define myself a property to make the distinction on a page being a processing page or not being a processing page. That's the question
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Our processingPage in the example is simply a WizardPage instance that is named processingPage. You can name your wizard pages whatever you want.


Actipro Software Support

The latest build of this product (v23.1.2) was released 14 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.