C# Class Wizard.UI.WizardPage

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: tylermenezes/Rfid-Credential-Provider Class Usage Examples

Méthodes publiques

Méthode Description
OnQueryCancel ( CancelEventArgs e ) : void
OnSetActive ( CancelEventArgs e ) : void
OnWizardBack ( WizardPageEventArgs e ) : void
OnWizardFinish ( CancelEventArgs e ) : void
OnWizardNext ( WizardPageEventArgs e ) : void
WizardPage ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
EnableCancelButton ( bool enableCancelButton ) : void
GetWizard ( ) : WizardSheet
PressButton ( WizardButtons buttons ) : void
SetWizardButtons ( WizardButtons buttons ) : 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.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnableCancelButton() protected méthode

protected EnableCancelButton ( bool enableCancelButton ) : void
enableCancelButton bool
Résultat void

GetWizard() protected méthode

protected GetWizard ( ) : WizardSheet
Résultat WizardSheet

OnQueryCancel() public méthode

public OnQueryCancel ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnSetActive() public méthode

public OnSetActive ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnWizardBack() public méthode

public OnWizardBack ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
Résultat void

OnWizardFinish() public méthode

public OnWizardFinish ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnWizardNext() public méthode

public OnWizardNext ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
Résultat void

PressButton() protected méthode

protected PressButton ( WizardButtons buttons ) : void
buttons WizardButtons
Résultat void

SetWizardButtons() protected méthode

protected SetWizardButtons ( WizardButtons buttons ) : void
buttons WizardButtons
Résultat void

WizardPage() public méthode

public WizardPage ( ) : System
Résultat System