C# Класс PicasaUploader.UI.Controls.WizardActionBar

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnWizardPageChanged() публичный Метод

public OnWizardPageChanged ( object sender, WizardPageChangedEventArgs args ) : void
sender object
args WizardPageChangedEventArgs
Результат void

WizardActionBar() публичный Метод

Do not use this constructor it's only here for the WinForms designer surface to be able to instantiate the control.
public WizardActionBar ( ) : System
Результат System

WizardActionBar() публичный Метод

public WizardActionBar ( Wizard wizard ) : System
wizard Wizard
Результат System