You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WizardControl.FinishButtonText gets used for the next button of the last wizard page in the Pages collection of the wizard control, even if this page is not marked as being the finish page.
This can happen easily, when using the designer to add some inner pages after the finish page already exists (and dynamically setting WizardPage.NextPage for example in the Commit event handler of each page to establish a dynamic page order depending on settings chosen by the user at runtime).
A simple workaround is to ensure that the finish page is actually the last page in the collection by modifying the designer-generated code accordingly -- but it can be quite annoying, if you don't know this...
The text was updated successfully, but these errors were encountered:
WizardControl.FinishButtonText
gets used for the next button of the last wizard page in thePages
collection of the wizard control, even if this page is not marked as being the finish page.This can happen easily, when using the designer to add some inner pages after the finish page already exists (and dynamically setting
WizardPage.NextPage
for example in theCommit
event handler of each page to establish a dynamic page order depending on settings chosen by the user at runtime).A simple workaround is to ensure that the finish page is actually the last page in the collection by modifying the designer-generated code accordingly -- but it can be quite annoying, if you don't know this...
The text was updated successfully, but these errors were encountered: