The WizardBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WizardBase | Initializes a new instance of the WizardBase class |
Methods
| Name | Description | |
|---|---|---|
| BuildTemplate | Builds template. | |
| CreateWizard | Creates wizard instance. | |
| Equals | (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 | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| WizardTypes | Collection of all registered wizard types. |