C# 클래스 nHydrate.Wizard.Wizard

파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActivatePage void
ActivatePage void
FocusFirstTabIndex void
InitializeComponent void
cmdBack_Click void
cmdCancel_Click void
cmdFinish_Click void
cmdHelp_Click void
cmdNext_Click void
linkDesignBack_LinkClicked void
linkDesignNext_LinkClicked void

공개 메소드들

메소드 설명
Back ( ) : void

Swithes backward to previous wizard page.

Next ( ) : void

Swithes forward to next wizard page.

Wizard ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void

Raises the SwitchPages event.

OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void

Raises the SwitchPages event.

OnCancel ( CancelEventArgs e ) : void

Raises the Cancel event.

OnControlAdded ( ControlEventArgs e ) : void

Raises the ControlAdded event.

OnFinish ( System e ) : void

Raises the Finish event.

OnHelp ( System e ) : void

Raises the Help event.

OnLoad ( System e ) : void

Raises the Load event.

OnPaint ( PaintEventArgs e ) : void

Raises the Paint event.

OnResize ( System e ) : void

Raises the Resize event.

ShouldSerializeHeaderFont ( ) : bool
ShouldSerializeHeaderTitleFont ( ) : bool
ShouldSerializeWelcomeFont ( ) : bool
ShouldSerializeWelcomeTitleFont ( ) : bool

비공개 메소드들

메소드 설명
ActivatePage ( WizardPage page ) : void

Activates the specified wizard bage.

ActivatePage ( int index ) : void

Activates the specified wizard bage.

FocusFirstTabIndex ( Control container ) : void

Focus the control with a lowest tab index in the given container.

InitializeComponent ( ) : void

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

cmdBack_Click ( object sender, System e ) : void

Handles the Click event of cmdBack.

cmdCancel_Click ( object sender, System e ) : void

Handles the Click event of cmdCancel.

cmdFinish_Click ( object sender, System e ) : void

Handles the Click event of cmdFinish.

cmdHelp_Click ( object sender, System e ) : void

Handles the Click event of cmdHelp.

cmdNext_Click ( object sender, System e ) : void

Handles the Click event of cmdNext.

linkDesignBack_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
linkDesignNext_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

Back() 공개 메소드

Swithes backward to previous wizard page.
public Back ( ) : void
리턴 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

Next() 공개 메소드

Swithes forward to next wizard page.
public Next ( ) : void
리턴 void

OnAfterSwitchPages() 보호된 메소드

Raises the SwitchPages event.
protected OnAfterSwitchPages ( AfterSwitchPagesEventArgs e ) : void
e AfterSwitchPagesEventArgs A WizardPageEventArgs object that holds event data.
리턴 void

OnBeforeSwitchPages() 보호된 메소드

Raises the SwitchPages event.
protected OnBeforeSwitchPages ( BeforeSwitchPagesEventArgs e ) : void
e BeforeSwitchPagesEventArgs A WizardPageEventArgs object that holds event data.
리턴 void

OnCancel() 보호된 메소드

Raises the Cancel event.
protected OnCancel ( CancelEventArgs e ) : void
e CancelEventArgs A CancelEventArgs object that holds event data.
리턴 void

OnControlAdded() 보호된 메소드

Raises the ControlAdded event.
protected OnControlAdded ( ControlEventArgs e ) : void
e ControlEventArgs
리턴 void

OnFinish() 보호된 메소드

Raises the Finish event.
protected OnFinish ( System e ) : void
e System A EventArgs object that holds event data.
리턴 void

OnHelp() 보호된 메소드

Raises the Help event.
protected OnHelp ( System e ) : void
e System A EventArgs object that holds event data.
리턴 void

OnLoad() 보호된 메소드

Raises the Load event.
protected OnLoad ( System e ) : void
e System
리턴 void

OnPaint() 보호된 메소드

Raises the Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

Raises the Resize event.
protected OnResize ( System e ) : void
e System
리턴 void

ShouldSerializeHeaderFont() 보호된 메소드

protected ShouldSerializeHeaderFont ( ) : bool
리턴 bool

ShouldSerializeHeaderTitleFont() 보호된 메소드

protected ShouldSerializeHeaderTitleFont ( ) : bool
리턴 bool

ShouldSerializeWelcomeFont() 보호된 메소드

protected ShouldSerializeWelcomeFont ( ) : bool
리턴 bool

ShouldSerializeWelcomeTitleFont() 보호된 메소드

protected ShouldSerializeWelcomeTitleFont ( ) : bool
리턴 bool

Wizard() 공개 메소드

public Wizard ( ) : System
리턴 System