C# Class Bloom.CollectionCreating.NewCollectionWizard

Inheritance: System.Windows.Forms.Form
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
OnCancel void
OnFinish void
OnSelectedPageChanged void
SetLocalizedStrings void
_finishPage_Initialize void
_languageLocationControl_Load void
chooser_SelectedValueChanged void

Public Methods

Method Description
CreateNewCollection ( ) : string
GetNewCollectionSettings ( ) : NewCollectionSettings
NewCollectionWizard ( bool showWelcome ) : System
SetNextButtonState ( UserControl caller, bool enabled ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
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

Method Details

CreateNewCollection() public static method

public static CreateNewCollection ( ) : string
return string

Dispose() protected method

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

GetNewCollectionSettings() public method

public GetNewCollectionSettings ( ) : NewCollectionSettings
return Bloom.Collection.NewCollectionSettings

NewCollectionWizard() public method

public NewCollectionWizard ( bool showWelcome ) : System
showWelcome bool
return System

ProcessCmdKey() protected method

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

SetNextButtonState() public method

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