C# Class Castle.VSNetIntegration.CastleWizards.Shared.Dialogs.WizardDialog

Summary description for WizardDialog.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
AddPanel ( WizardPanel control ) : void
WizardDialog ( ) : System
WizardDialog ( ExtensionContext context ) : System

Protected Methods

Method Description
CancelWizard ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

FinishWizard ( ) : void
ShowCurrentPanel ( ) : void

Private Methods

Method Description
EnableFinishButton ( ) : void
EnableNextButton ( ) : void
GetNextPanelIndex ( ) : int
GetPreviousPanelIndex ( ) : int
HideAllPanels ( ) : void
InitializeComponent ( ) : void

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

PanelChanged ( object sender, EventArgs e ) : void

Fired by panels

buttonBack_Click ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonFinish_Click ( object sender, EventArgs e ) : void

Method Details

AddPanel() public method

public AddPanel ( WizardPanel control ) : void
control WizardPanel
return void

CancelWizard() protected method

protected CancelWizard ( ) : void
return void

Dispose() protected method

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

FinishWizard() protected method

protected FinishWizard ( ) : void
return void

ShowCurrentPanel() protected method

protected ShowCurrentPanel ( ) : void
return void

WizardDialog() public method

public WizardDialog ( ) : System
return System

WizardDialog() public method

public WizardDialog ( ExtensionContext context ) : System
context ExtensionContext
return System