Click or drag to resize
Sandcastle Help File BuilderMainFormHost Property
Return a reference to the main form

Namespace: SandcastleBuilder.Gui
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public static MainForm Host { get; }

Property Value

Type: MainForm
Remarks
This is used to let the various panes communicate between each other. There are probably several different ways to do this that are better but this is quick and dirty and it works.
See Also