C# Class hMailServer.Shared.ucWizard

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nberardi/hMailServer

Private Properties

Свойство Type Description
EnableDisable void
InitializeComponent void
SetButtonTexts void
buttonCancel_Click void
buttonNext_Click void
buttonPrevious_Click void

Méthodes publiques

Méthode Description
AddPage ( UserControl page ) : void
ShowPage ( int pageNo ) : bool
Start ( ) : void
ucWizard ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
EnableDisable ( ) : void
InitializeComponent ( ) : void

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

SetButtonTexts ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonNext_Click ( object sender, EventArgs e ) : void
buttonPrevious_Click ( object sender, EventArgs e ) : void

Method Details

AddPage() public méthode

public AddPage ( UserControl page ) : void
page System.Windows.Forms.UserControl
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ShowPage() public méthode

public ShowPage ( int pageNo ) : bool
pageNo int
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

ucWizard() public méthode

public ucWizard ( ) : System
Résultat System