C# Class hMailServer.Shared.ucWizard

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: nberardi/hMailServer

Private Properties

Property Type Description
EnableDisable void
InitializeComponent void
SetButtonTexts void
buttonCancel_Click void
buttonNext_Click void
buttonPrevious_Click void

Public Methods

Method Description
AddPage ( UserControl page ) : void
ShowPage ( int pageNo ) : bool
Start ( ) : void
ucWizard ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public AddPage ( UserControl page ) : void
page System.Windows.Forms.UserControl
return void

Dispose() protected method

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

ShowPage() public method

public ShowPage ( int pageNo ) : bool
pageNo int
return bool

Start() public method

public Start ( ) : void
return void

ucWizard() public method

public ucWizard ( ) : System
return System