WizardGroup Methods
Obsolete. Represents a group of pages in the Chart Wizard.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetEnumerator() | Returns an enumerator that can iterate through the collection of ChartWizard groups. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetPageIndex(WizardPage) | Gets a Chart Wizard’s page index representing its position within the collection. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RegisterPage(WizardPageType, String, String, String, Image) | Registers the predefined Wizard’s page if it has been unregistered before. |
RegisterPage(WizardPageType, String) | Registers the predefined Wizard’s page if it has been unregistered before. |
RegisterPage(Type, String, String, String, Image) | Registers a user control as a new page within the Wizard page collection. |
RegisterPage(Type, String) | Registers a user control as a new page within the Wizard page collection. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UnregisterPage(WizardPage) | Removes a page from a Wizard. |
See Also