C# Class PicasaUploader.UI.Controls.WizardActionBar

Afficher le fichier Open project: ivanz/PicasaUploader

Private Properties

Свойство Type Description
CancelCurrentAction void
ConnectToPageEvents void
DisableButtons void
DisconnectFromPageEvents void
EnableButtons void
GoNext void
GoPrevious void
InitializeComponent void
OnActionCompleted void
OnActionStarting void
OnInitializationComplete void
OnInitializationStarting void
UpdateButtons void
backButton_Click void
nextButton_Click void

Méthodes publiques

Méthode Description
OnWizardPageChanged ( object sender, WizardPageChangedEventArgs args ) : void
WizardActionBar ( ) : System

Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.

WizardActionBar ( Wizard wizard ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CancelCurrentAction ( ) : void
ConnectToPageEvents ( WizardActionPage actionPage ) : void
DisableButtons ( ) : void
DisconnectFromPageEvents ( WizardActionPage actionPage ) : void
EnableButtons ( ) : void
GoNext ( ) : void
GoPrevious ( ) : void
InitializeComponent ( ) : void

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

OnActionCompleted ( object sender, SuccessEventArgs args ) : void
OnActionStarting ( object sender, EventArgs args ) : void
OnInitializationComplete ( object sender, EventArgs args ) : void
OnInitializationStarting ( object sender, EventArgs args ) : void
UpdateButtons ( ) : void
backButton_Click ( object sender, EventArgs e ) : void
nextButton_Click ( object sender, EventArgs e ) : void

Method Details

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

OnWizardPageChanged() public méthode

public OnWizardPageChanged ( object sender, WizardPageChangedEventArgs args ) : void
sender object
args WizardPageChangedEventArgs
Résultat void

WizardActionBar() public méthode

Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.
public WizardActionBar ( ) : System
Résultat System

WizardActionBar() public méthode

public WizardActionBar ( Wizard wizard ) : System
wizard Wizard
Résultat System