C# Class Bloom.Wizard.WinForms.WizardControl

Inheritance: System.Windows.Forms.Control
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
BeginInit ( ) : void
EndInit ( ) : void
ShowFirstPage ( ) : void
WizardControl ( ) : System

Protected Methods

Method Description
InvokePagedChangedEvent ( ) : void
OnParentChanged ( EventArgs e ) : void
ShowPage ( WizardPage page ) : void
ShowPage ( int pageNumber ) : void

Private Methods

Method 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 method

public BeginInit ( ) : void
return void

EndInit() public method

public EndInit ( ) : void
return void

InvokePagedChangedEvent() protected method

protected InvokePagedChangedEvent ( ) : void
return void

OnParentChanged() protected method

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
return void

ShowFirstPage() public method

public ShowFirstPage ( ) : void
return void

ShowPage() protected method

protected ShowPage ( WizardPage page ) : void
page WizardPage
return void

ShowPage() protected method

protected ShowPage ( int pageNumber ) : void
pageNumber int
return void

WizardControl() public method

public WizardControl ( ) : System
return System