Code for getting the buttons at the bottom of the form to...

Wizard for Windows Forms Forum

Posted 19 years ago by Rookie
Avatar
... do something.

I need the finish button to be active on each page of the wizard so that the user can elect to finish what they are doing from any screen and only store the data entered thus far in the wizard, into the database. What are the names of the buttons at the bottom of the wizard so i can interact with them?

cheers!

Comments (1)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
In that case, set Wizard.FinishButtonDistinct to true and set each page's FinishButtonEnabled property to true.

Then just handle the events like Wizard.FinishButtonClick or if using WizardDialogForm, override OnFinishButtonClick like we do in our sample.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.