C# Class TESVSnip.UI.Docking.HtmlContent

Inheritance: TESVSnip.UI.Docking.BaseDockContent
Mostrar archivo Open project: figment/tesvsnip Class Usage Examples

Public Methods

Method Description
HtmlContent ( ) : System
UpdateRecord ( BaseRecord record ) : void
UpdateText ( string text ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

asHTMLToolStripMenuItem_Click ( object sender, EventArgs e ) : void
copyToolStripMenuItem_Click ( object sender, EventArgs e ) : void
webBrowser1_Navigating ( object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e ) : void
webBrowser1_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void

Method Details

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

HtmlContent() public method

public HtmlContent ( ) : System
return System

UpdateRecord() public method

public UpdateRecord ( BaseRecord record ) : void
record TESVSnip.Domain.Model.BaseRecord
return void

UpdateText() public method

public UpdateText ( string text ) : void
text string
return void