C# 클래스 Wizard.UI.WizardPage

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: tylermenezes/Rfid-Credential-Provider 1 사용 예제들

공개 메소드들

메소드 설명
OnQueryCancel ( CancelEventArgs e ) : void
OnSetActive ( CancelEventArgs e ) : void
OnWizardBack ( WizardPageEventArgs e ) : void
OnWizardFinish ( CancelEventArgs e ) : void
OnWizardNext ( WizardPageEventArgs e ) : void
WizardPage ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
EnableCancelButton ( bool enableCancelButton ) : void
GetWizard ( ) : WizardSheet
PressButton ( WizardButtons buttons ) : void
SetWizardButtons ( WizardButtons buttons ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnableCancelButton() 보호된 메소드

protected EnableCancelButton ( bool enableCancelButton ) : void
enableCancelButton bool
리턴 void

GetWizard() 보호된 메소드

protected GetWizard ( ) : WizardSheet
리턴 WizardSheet

OnQueryCancel() 공개 메소드

public OnQueryCancel ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnSetActive() 공개 메소드

public OnSetActive ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnWizardBack() 공개 메소드

public OnWizardBack ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
리턴 void

OnWizardFinish() 공개 메소드

public OnWizardFinish ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnWizardNext() 공개 메소드

public OnWizardNext ( WizardPageEventArgs e ) : void
e WizardPageEventArgs
리턴 void

PressButton() 보호된 메소드

protected PressButton ( WizardButtons buttons ) : void
buttons WizardButtons
리턴 void

SetWizardButtons() 보호된 메소드

protected SetWizardButtons ( WizardButtons buttons ) : void
buttons WizardButtons
리턴 void

WizardPage() 공개 메소드

public WizardPage ( ) : System
리턴 System