Posted 16 years ago
by Anurodh Ora
Hi,
We want to change the button text of Next button to Finish on the first page.
We have the code in place to change Next button text to Finish as below.However we want it on a page therefor we placed it in SelectedPage changed event but it does not fire in case it is the first page itself.
So, the problem is where to place the above code?
Thanks,
Anurodh
We want to change the button text of Next button to Finish on the first page.
We have the code in place to change Next button text to Finish as below.
if (bTestVariable)
{
((Wizard)sender).SetValue(Wizard.NextButtonTextProperty, "_Finish");
}
So, the problem is where to place the above code?
Thanks,
Anurodh