AD
Administrator
Syncfusion Team
February 11, 2005 04:09 PM UTC
Hi Chuck,
The Wizard Control exposes the buttons through the properties BackButton, CancelButton, HelpButton, FinishButton, and NextButton. So if you want to make a larger Cancel Button you would type something like this:
this.wizardControl1.CancelButton.Size = new Size(300, 50);
The bar at the bottom of the Wizard will automatically resize to fit the larger buttons, so won''t need to worry about that.
Hope this helps.
Regards,
Gregory Austin
Syncfusion, Inc.