Property | Type | Description | |
---|---|---|---|
btnBack | |||
btnNext | |||
pnlButtons |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
Wizard_Load | void | ||
btnBack_Click | void | ||
btnBack_MouseDown | void | ||
btnCancel_Click | void | ||
btnNext_Click | void | ||
btnNext_MouseDown | void |
Method | Description | |
---|---|---|
Back ( ) : void |
Closes the current page after a WizardPage.CloseFromBack, then moves to the previous page and calls WizardPage.ShowFromBack
|
|
BackTo ( |
Moves to the page given and calls WizardPage.ShowFromBack Does NOT call WizardPage.CloseFromBack on the current page |
|
Next ( ) : void |
Closes the current page after a WizardPage.CloseFromNext, then moves to the Next page and calls WizardPage.ShowFromNext
|
|
NextTo ( |
Moves to the page given and calls WizardPage.ShowFromNext Does NOT call WizardPage.CloseFromNext on the current page |
|
Wizard ( ) : System |
Wizard control with designer support
|
Method | Description | |
---|---|---|
ActivatePage ( |
||
ActivatePage ( int index ) : void | ||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
IsCurrentPageTheFinishPage ( ) : bool | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Wizard_Load ( object sender, System e ) : void | ||
btnBack_Click ( object sender, System e ) : void | ||
btnBack_MouseDown ( object sender, System e ) : void | ||
btnCancel_Click ( object sender, System e ) : void | ||
btnNext_Click ( object sender, System e ) : void | ||
btnNext_MouseDown ( object sender, System e ) : void |
protected ActivatePage ( |
||
page | ||
return | void |
protected IsCurrentPageTheFinishPage ( ) : bool | ||
return | bool |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected Button,System.Windows.Forms btnBack | ||
return |
protected Button,System.Windows.Forms btnNext | ||
return |