The WizardBase type exposes the following members.

Constructors

  NameDescription
WizardBase
Initializes a new instance of the WizardBase class

Methods

  NameDescription
BuildTemplate
Builds template.
CreateWizard
Creates wizard instance.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InternalBuildTemplate
When overriden in the derived class performs actual template creation.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PrepareName
Prepare name
Register
Registers the controls library.
RegisterWizardType
Adds the specified control type to the registered controls list.
ShowDialog
When overriden in the derived class shows wizard settings dialog.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
WizardTypes
Collection of all registered wizard types.

See Also