In This Article

ActiproSoftware.UI.WinForms.Controls.Wizard Namespace

Classes

WindowsClassicWizardRenderer

Provides a renderer for the Wizard control that has a Windows Classic appearance.

Wizard

Represents a Wizard control.

WizardButtonContainer

Represents a container area for Wizard control buttons.

WizardButtonEventArgs

Provides data for button events of a Wizard control.

WizardDialogForm

Provides an implementation of a Form with a Wizard control filling its client area.

WizardDialogTitleBarTextEventArgs

Provides data for the setting the title bar text of a WizardDialogForm.

WizardInteriorPageHeader

Represents a header for an interior page in a Wizard control.

WizardLayoutButtonsEventArgs

Provides data for the layout buttons event of a Wizard control.

WizardPage

Represents a page within a Wizard control.

WizardPageCancelEventArgs

Provides event arguments for cancelling page switching events.

WizardPageCollection

Encapsulates a collection of WizardPage components.

WizardRenderer

Provides a base renderer for the Wizard control.

WizardWelcomePage

Represents a welcome page within a Wizard control.

Interfaces

IWizardRenderer

Provides the base requirements for a Wizard control renderer.

Enums

WizardAcceptButtonDefault

Specifies the button in a Wizard control that is clicked when the user presses the ENTER key.

WizardButtonEnabledDefault

Specifies if a button is enabled or how its enabled state should be determined.

WizardButtonType

Specifies one of the wizard buttons.

WizardCancelButtonDefault

Specifies the button in a Wizard control that is clicked when the user presses the ESCAPE key.

WizardDialogTitleStyle

Specifies how the title bar text of a WizardDialogForm should be constructed.

WizardPageEventReason

Specifies the reason why a WizardPage event was raised.

WizardPageSequenceType

Specifies the type of page sequencing to use.

Delegates

WizardButtonEventHandler

Represents the method that will handle button events of a Wizard control.

WizardLayoutButtonsEventHandler

Represents the method that will handle the layout buttons event of a Wizard control.

WizardPageCancelEventHandler

Represents the method that will handle page switching events.