WizardPage Members
Obsolete. Represents a page in the Chart Wizard.Properties
Name | Description |
---|---|
Description | Gets the text of a banner in the upper section of the page, describing the page and available user activities. |
Group | Gets a group of pages to which the current page belongs. |
Header | Returns the header text of the wizard page. |
Image | Gets an image displayed in the ChartWizard sidebar, symbolizing the page. |
Label | Get the text string which is displayed to the right of the image, which symbolizes the page in the ChartWizard sidebar. |
WizardPageType | Gets the Wizard page’s type. |
Methods
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
ApplyChanges | Occurs when changes made by the user are about to be applied. |
InitializePage | Occurs when the user-defined page is displayed. |
See Also