C# 클래스 PicasaUploader.UI.Controls.WizardActionBar

파일 보기 프로젝트 열기: ivanz/PicasaUploader

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