NWizardPage Class Members
In This Topic
The following tables list the members exposed by NWizardPage.
Public Constructors
Public Fields
Public Properties
| | Name | Description |
 | IsFinal | Gets or sets whether this is the final wizzard page. |
 | OwnerWizardDialog | Gets the wizard dialog to which this page belongs |
 | Title | Gets or sets the wizzard page title. |
Top
Public Methods
| | Name | Description |
 | CanFinish | Gets whether the wizard can finish when this is the active page of the wizard. The default implementation tries to call the CanFinishDelegate. If it is not provided it returns true if this is the last step in the wizard. |
 | GetNextPageIndex | Gets the index of the page. The default implementation tries to call the GetNextPageIndexDelegate. If it is not provided it returns the index of the next page in the wizard. |
Top
See Also