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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FocusFirstTabIndex ( ) : void

Set the focus to the contained control with a lowest tabIndex

OnCloseFromBack ( Wizard wiz ) : int

Fires the CloseFromBack Event

OnCloseFromNext ( Wizard wiz ) : int

Fires the CloseFromNextEvent

OnShowFromBack ( Wizard wiz ) : void

Fires the showFromBack event

OnShowFromNext ( Wizard wiz ) : void

Fires the showFromNext event

보호된 메소드들

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

Clean up any resources being used.

메소드 상세

Dispose() 보호된 메소드

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

FocusFirstTabIndex() 공개 메소드

Set the focus to the contained control with a lowest tabIndex
public FocusFirstTabIndex ( ) : void
리턴 void

OnCloseFromBack() 공개 메소드

Fires the CloseFromBack Event
public OnCloseFromBack ( Wizard wiz ) : int
wiz Wizard Wizard to pass into the sender argument
리턴 int

OnCloseFromNext() 공개 메소드

Fires the CloseFromNextEvent
public OnCloseFromNext ( Wizard wiz ) : int
wiz Wizard Sender
리턴 int

OnShowFromBack() 공개 메소드

Fires the showFromBack event
public OnShowFromBack ( Wizard wiz ) : void
wiz Wizard sender
리턴 void

OnShowFromNext() 공개 메소드

Fires the showFromNext event
public OnShowFromNext ( Wizard wiz ) : void
wiz Wizard Sender
리턴 void