C# Class Bloom.Wizard.WinForms.WizardControl

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
BeginInit ( ) : void
EndInit ( ) : void
ShowFirstPage ( ) : void
WizardControl ( ) : System

Méthodes protégées

Méthode Description
InvokePagedChangedEvent ( ) : void
OnParentChanged ( EventArgs e ) : void
ShowPage ( WizardPage page ) : void
ShowPage ( int pageNumber ) : void

Private Methods

Méthode Description
GetNextPage ( ) : WizardPage
ShowPage ( WizardPage page, int pageNumber ) : void
_backButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_currentShownPage_AllowNextChanged ( object sender, EventArgs e ) : void
nextAndFinishedButton_Click ( object sender, EventArgs e ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

InvokePagedChangedEvent() protected méthode

protected InvokePagedChangedEvent ( ) : void
Résultat void

OnParentChanged() protected méthode

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

ShowFirstPage() public méthode

public ShowFirstPage ( ) : void
Résultat void

ShowPage() protected méthode

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

ShowPage() protected méthode

protected ShowPage ( int pageNumber ) : void
pageNumber int
Résultat void

WizardControl() public méthode

public WizardControl ( ) : System
Résultat System