C# Class Bloom.Edit.ConfigurationDialog

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

Public Methods

Method Description
ConfigurationDialog ( string configurationHtmlPath, string libraryJsonData, NavigationIsolator isolator ) : System

Show an html form, prepopulating it with saved values, and returning the new values when they click "OK"

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConfigurationDialog_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

On_Activated ( object sender, EventArgs e ) : void
WebBrowser_DocumentCompleted ( object sender, Gecko e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void

Method Details

ConfigurationDialog() public method

Show an html form, prepopulating it with saved values, and returning the new values when they click "OK"
public ConfigurationDialog ( string configurationHtmlPath, string libraryJsonData, NavigationIsolator isolator ) : System
configurationHtmlPath string
libraryJsonData string Values saved previously
isolator NavigationIsolator
return System

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