Setting KetticWizard Pages in C#.NET
KetticWizard control provides the support of the predesigned welcome, completion, and internal pages. Windows Forms KetticWizard control includes the collection of page elements, which consist of the WizardPage, the WizardWelcomePage, and the WizardCompletionPage. There is a ContentArea of each page for hosting the Windows Forms controls. In addition, the developers can also customize the header title and header text of the pages for wizard through the Title and Header properties.
Customize Page Header for KetticWizard in C#.NET
KetticWizard provides various properties for the interface designers to customize the elements of the page header. The following are the properties and explanations.
Customize Page Header of a Specific Page
KetticWizard control for WinForms provides the CustomizePageHeader property for the developers to customize the Page header of a specific page. This property has higher priority that the predefined properties in the KetticWizard when setting its value to be true. The following properties show how to work with this property.
Properties for Customizing Welcome and Completion pages
The WizardWelcomePage and WizardCompletionPage contain an image above the ContentArea. To customize the images of welcome and completion pages. The following properties shows how to customize the image of welcome pages, however, they are used to customize the completion pages as well.
|
UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWizard - ModesWizard - PagesWizard - EventsWizard - CustomizationWizard - LocalizationWinForms Test UI ControlWinForms Theme UI Control |