Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetEnumerator()
|
Returns an enumerator that can iterate through the collection of ChartWizard groups.
|
GetHashCode()
|
Serves as the default hash function.
|
GetPageIndex(WizardPage)
|
Gets a Chart Wizard’s page index representing its position within the collection.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|
UnregisterPage(WizardPage)
|
Removes a page from a Wizard.
|