IWizardView Methods
If implemented, provides the View functionality to the Data Source Wizard.Name | Description |
---|---|
EnableFinish(Boolean) | Specifies whether or not the Finish button is available in a wizard. |
EnableNext(Boolean) | Specifies whether or not the Next button is available in a wizard. |
EnablePrevious(Boolean) | Specifies whether or not the Previous button is available in a wizard. |
SetPageContent(Object) | Specifies the content of a wizard page. |
ShowError(String) | Displays an error message with a specified text. |
See Also