C# Class Wizard.UI.WizardPage

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: tylermenezes/Rfid-Credential-Provider Class Usage Examples

Public Methods

Method Description
OnQueryCancel ( CancelEventArgs e ) : void
OnSetActive ( CancelEventArgs e ) : void
OnWizardBack ( WizardPageEventArgs e ) : void
OnWizardFinish ( CancelEventArgs e ) : void
OnWizardNext ( WizardPageEventArgs e ) : void
WizardPage ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
EnableCancelButton ( bool enableCancelButton ) : void
GetWizard ( ) : WizardSheet
PressButton ( WizardButtons buttons ) : void
SetWizardButtons ( WizardButtons buttons ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EnableCancelButton() protected method

protected EnableCancelButton ( bool enableCancelButton ) : void
enableCancelButton bool
return void

GetWizard() protected method

protected GetWizard ( ) : WizardSheet
return WizardSheet

OnQueryCancel() public method

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

OnSetActive() public method

public OnSetActive ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnWizardBack() public method

public OnWizardBack ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
return void

OnWizardFinish() public method

public OnWizardFinish ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnWizardNext() public method

public OnWizardNext ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
return void

PressButton() protected method

protected PressButton ( WizardButtons buttons ) : void
buttons WizardButtons
return void

SetWizardButtons() protected method

protected SetWizardButtons ( WizardButtons buttons ) : void
buttons WizardButtons
return void

WizardPage() public method

public WizardPage ( ) : System
return System