C# 클래스 Bloom.CollectionCreating.NewCollectionWizard

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
OnCancel void
OnFinish void
OnSelectedPageChanged void
SetLocalizedStrings void
_finishPage_Initialize void
_languageLocationControl_Load void
chooser_SelectedValueChanged void

공개 메소드들

메소드 설명
CreateNewCollection ( ) : string
GetNewCollectionSettings ( ) : NewCollectionSettings
NewCollectionWizard ( bool showWelcome ) : System
SetNextButtonState ( UserControl caller, bool enabled ) : void

보호된 메소드들

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

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

OnCancel ( object sender, EventArgs e ) : void
OnFinish ( object sender, EventArgs e ) : void
OnSelectedPageChanged ( object sender, EventArgs e ) : void
SetLocalizedStrings ( ) : void
_finishPage_Initialize ( object sender, EventArgs e ) : void
_languageLocationControl_Load ( object sender, EventArgs e ) : void
chooser_SelectedValueChanged ( object sender, EventArgs e ) : void

메소드 상세

CreateNewCollection() 공개 정적인 메소드

public static CreateNewCollection ( ) : string
리턴 string

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetNewCollectionSettings() 공개 메소드

public GetNewCollectionSettings ( ) : NewCollectionSettings
리턴 Bloom.Collection.NewCollectionSettings

NewCollectionWizard() 공개 메소드

public NewCollectionWizard ( bool showWelcome ) : System
showWelcome bool
리턴 System

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
리턴 bool

SetNextButtonState() 공개 메소드

public SetNextButtonState ( UserControl caller, bool enabled ) : void
caller System.Windows.Forms.UserControl
enabled bool
리턴 void