C# Class nHydrate.DslPackage.Forms.DocumentationWindowControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
DocumentationWindowControl ( ) : System
SelectElement ( Microsoft element ) : void
SetupObjects ( nHydrate model, DiagramDocView diagram, ModelingDocData docView ) : 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.

txtSummary_TextChanged ( object sender, EventArgs 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

DocumentationWindowControl() public method

public DocumentationWindowControl ( ) : System
return System

SelectElement() public method

public SelectElement ( Microsoft element ) : void
element Microsoft
return void

SetupObjects() public method

public SetupObjects ( nHydrate model, DiagramDocView diagram, ModelingDocData docView ) : void
model nHydrate
diagram DiagramDocView
docView ModelingDocData
return void