C# Class ZForge.Controls.Wizard.Wizard

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Свойство Type Description
btnBack System.Windows.Forms.Button
btnNext System.Windows.Forms.Button
pnlButtons System.Windows.Forms.Panel

Private Properties

Свойство Type Description
InitializeComponent void
Wizard_Load void
btnBack_Click void
btnBack_MouseDown void
btnCancel_Click void
btnNext_Click void
btnNext_MouseDown void

Méthodes publiques

Méthode Description
Back ( ) : void

Closes the current page after a WizardPage.CloseFromBack, then moves to the previous page and calls WizardPage.ShowFromBack

BackTo ( WizardPage page ) : void

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 ( WizardPage page ) : void

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

Méthodes protégées

Méthode Description
ActivatePage ( WizardPage page ) : void
ActivatePage ( int index ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

IsCurrentPageTheFinishPage ( ) : bool
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode 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

Method Details

ActivatePage() protected méthode

protected ActivatePage ( WizardPage page ) : void
page WizardPage
Résultat void

ActivatePage() protected méthode

protected ActivatePage ( int index ) : void
index int
Résultat void

Back() public méthode

Closes the current page after a WizardPage.CloseFromBack, then moves to the previous page and calls WizardPage.ShowFromBack
public Back ( ) : void
Résultat void

BackTo() public méthode

Moves to the page given and calls WizardPage.ShowFromBack
Does NOT call WizardPage.CloseFromBack on the current page
public BackTo ( WizardPage page ) : void
page WizardPage
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsCurrentPageTheFinishPage() protected méthode

protected IsCurrentPageTheFinishPage ( ) : bool
Résultat bool

Next() public méthode

Closes the current page after a WizardPage.CloseFromNext, then moves to the Next page and calls WizardPage.ShowFromNext
public Next ( ) : void
Résultat void

NextTo() public méthode

Moves to the page given and calls WizardPage.ShowFromNext
Does NOT call WizardPage.CloseFromNext on the current page
public NextTo ( WizardPage page ) : void
page WizardPage
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Wizard() public méthode

Wizard control with designer support
public Wizard ( ) : System
Résultat System

Property Details

btnBack protected_oe property

protected Button,System.Windows.Forms btnBack
Résultat System.Windows.Forms.Button

btnNext protected_oe property

protected Button,System.Windows.Forms btnNext
Résultat System.Windows.Forms.Button

pnlButtons protected_oe property

protected Panel,System.Windows.Forms pnlButtons
Résultat System.Windows.Forms.Panel