C# Класс Bloom.Edit.ConfigurationDialog

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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"

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ConfigurationDialog() публичный Метод

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
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void