Свойство | Type | Description | |
---|---|---|---|
CancelCurrentAction | void | ||
ConnectToPageEvents | void | ||
DisableButtons | void | ||
DisconnectFromPageEvents | void | ||
EnableButtons | void | ||
GoNext | void | ||
GoPrevious | void | ||
InitializeComponent | void | ||
OnActionCompleted | void | ||
OnActionStarting | void | ||
OnInitializationComplete | void | ||
OnInitializationStarting | void | ||
UpdateButtons | void | ||
backButton_Click | void | ||
nextButton_Click | void |
Méthode | Description | |
---|---|---|
OnWizardPageChanged ( object sender, |
||
WizardActionBar ( ) : System |
Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.
|
|
WizardActionBar ( |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
CancelCurrentAction ( ) : void | ||
ConnectToPageEvents ( |
||
DisableButtons ( ) : void | ||
DisconnectFromPageEvents ( |
||
EnableButtons ( ) : void | ||
GoNext ( ) : void | ||
GoPrevious ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnActionCompleted ( object sender, |
||
OnActionStarting ( object sender, EventArgs args ) : void | ||
OnInitializationComplete ( object sender, EventArgs args ) : void | ||
OnInitializationStarting ( object sender, EventArgs args ) : void | ||
UpdateButtons ( ) : void | ||
backButton_Click ( object sender, EventArgs e ) : void | ||
nextButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public OnWizardPageChanged ( object sender, |
||
sender | object | |
args | ||
Résultat | void |
public WizardActionBar ( |
||
wizard | ||
Résultat | System |