C# Class Wizard.UI.WizardSheet

Summary description for WizardSheet.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: tylermenezes/Rfid-Credential-Provider Class Usage Examples

Public Methods

Method Description
SetActivePage ( int pageIndex ) : void
WizardSheet ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnQueryCancel ( CancelEventArgs e ) : void

Private Methods

Method Description
EnableCancelButton ( bool enableCancelButton ) : void
FindPage ( string pageName ) : WizardPage
GetActiveIndex ( ) : int
GetActivePage ( ) : WizardPage
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PostChangePage ( WizardPageEventArgs e ) : void
PreChangePage ( int delta ) : WizardPageEventArgs
PressButton ( WizardButtons buttons ) : void
ResizeToFit ( ) : void
SetActivePage ( WizardPage newPage ) : void
SetActivePage ( string newPageName ) : void
SetWizardButtons ( WizardButtons buttons ) : void
WizardSheet_Closing ( object sender, System e ) : void
WizardSheet_Load ( object sender, System e ) : void
backButton_Click ( object sender, System e ) : void
cancelButton_Click ( object sender, System e ) : void
finishButton_Click ( object sender, System e ) : void
nextButton_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnQueryCancel() protected method

protected OnQueryCancel ( CancelEventArgs e ) : void
e CancelEventArgs
return void

SetActivePage() public method

public SetActivePage ( int pageIndex ) : void
pageIndex int
return void

WizardSheet() public method

public WizardSheet ( ) : System
return System