C# 클래스 ZForge.Controls.Wizard.Wizard

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
btnBack System.Windows.Forms.Button
btnNext System.Windows.Forms.Button
pnlButtons System.Windows.Forms.Panel

Private Properties

프로퍼티 타입 설명
InitializeComponent void
Wizard_Load void
btnBack_Click void
btnBack_MouseDown void
btnCancel_Click void
btnNext_Click void
btnNext_MouseDown void

공개 메소드들

메소드 설명
Back ( ) : void

Closes the current page after a WizardPage.CloseFromBack, then moves to the previous page and calls WizardPage.ShowFromBack

BackTo ( WizardPage page ) : void

Moves to the page given and calls WizardPage.ShowFromBack

Does NOT call WizardPage.CloseFromBack on the current page

Next ( ) : void

Closes the current page after a WizardPage.CloseFromNext, then moves to the Next page and calls WizardPage.ShowFromNext

NextTo ( WizardPage page ) : void

Moves to the page given and calls WizardPage.ShowFromNext

Does NOT call WizardPage.CloseFromNext on the current page

Wizard ( ) : System

Wizard control with designer support

보호된 메소드들

메소드 설명
ActivatePage ( WizardPage page ) : void
ActivatePage ( int index ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

IsCurrentPageTheFinishPage ( ) : bool
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

Wizard_Load ( object sender, System e ) : void
btnBack_Click ( object sender, System e ) : void
btnBack_MouseDown ( object sender, System e ) : void
btnCancel_Click ( object sender, System e ) : void
btnNext_Click ( object sender, System e ) : void
btnNext_MouseDown ( object sender, System e ) : void

메소드 상세

ActivatePage() 보호된 메소드

protected ActivatePage ( WizardPage page ) : void
page WizardPage
리턴 void

ActivatePage() 보호된 메소드

protected ActivatePage ( int index ) : void
index int
리턴 void

Back() 공개 메소드

Closes the current page after a WizardPage.CloseFromBack, then moves to the previous page and calls WizardPage.ShowFromBack
public Back ( ) : void
리턴 void

BackTo() 공개 메소드

Moves to the page given and calls WizardPage.ShowFromBack
Does NOT call WizardPage.CloseFromBack on the current page
public BackTo ( WizardPage page ) : void
page WizardPage
리턴 void

Dispose() 보호된 메소드

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

IsCurrentPageTheFinishPage() 보호된 메소드

protected IsCurrentPageTheFinishPage ( ) : bool
리턴 bool

Next() 공개 메소드

Closes the current page after a WizardPage.CloseFromNext, then moves to the Next page and calls WizardPage.ShowFromNext
public Next ( ) : void
리턴 void

NextTo() 공개 메소드

Moves to the page given and calls WizardPage.ShowFromNext
Does NOT call WizardPage.CloseFromNext on the current page
public NextTo ( WizardPage page ) : void
page WizardPage
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

Wizard() 공개 메소드

Wizard control with designer support
public Wizard ( ) : System
리턴 System

프로퍼티 상세

btnBack 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms btnBack
리턴 System.Windows.Forms.Button

btnNext 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms btnNext
리턴 System.Windows.Forms.Button

pnlButtons 보호되어 있는 프로퍼티

protected Panel,System.Windows.Forms pnlButtons
리턴 System.Windows.Forms.Panel