Méthode | Description | |
---|---|---|
Refresh ( ) : void |
Forces the form to invalidate its client area and immediately redraw itself and any child controls
|
|
Show ( string title, IWizardController wizardController, IControlFactory controlFactory ) : void |
A convenience method to show a wizard using a particular title and wizard controller
|
|
ShowDialog ( string title, IWizardController wizardController, IControlFactory controlFactory ) : bool |
A convenience method to show a wizard using a particular title and wizard controller in a dialog
|
|
WizardFormVWG ( IWizardController controller ) : System |
Initialises the WizardForm, sets the controller and starts the wizard.
|
|
WizardFormVWG ( IWizardController controller, IControlFactory controlFactory ) : System |
Initialises the WizardForm, sets the controller and starts the wizard.
|
|
WizardFormVWG ( |
Initialises the WizardForm, sets the controller and starts the wizard.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
CancelButton_OnClick ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetupWizardControl ( |
||
Show ( string title, IWizardController wizardController, bool showDialog, IControlFactory controlFactory ) : bool | ||
WizardFormGiz_Closing ( object sender, System e ) : void | ||
_uxWizardControl_Finished ( object sender, |
||
_uxWizardControl_MessagePosted ( string message ) : void | ||
_uxWizardControl_StepChanged ( IWizardStep obj ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public static Show ( string title, IWizardController wizardController, IControlFactory controlFactory ) : void | ||
title | string | The title of the wizard, displayed in the title bar of the form |
wizardController | IWizardController | The wizard controller |
controlFactory | IControlFactory | the factory used to create the controls on the wizard |
Résultat | void |
public static ShowDialog ( string title, IWizardController wizardController, IControlFactory controlFactory ) : bool | ||
title | string | The title of the wizard, displayed in the title bar of the form |
wizardController | IWizardController | The wizard controller |
controlFactory | IControlFactory | the factory used to create the controls on the wizard |
Résultat | bool |
public WizardFormVWG ( IWizardController controller ) : System | ||
controller | IWizardController | the wizrd controller that controls moving the wizard steps and the |
Résultat | System |
public WizardFormVWG ( IWizardController controller, IControlFactory controlFactory ) : System | ||
controller | IWizardController | the wizrd controller that controls moving the wizard steps and the |
controlFactory | IControlFactory | The control factory to use for creating any controls |
Résultat | System |
public WizardFormVWG ( |
||
control | The WizardControl that this form is showing. | |
Résultat | System |