| MainFormHost Property |
Return a reference to the main form
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public static MainForm Host { get; }
Public Shared ReadOnly Property Host As MainForm
Get
public:
static property MainForm^ Host {
MainForm^ get ();
}
static member Host : MainForm with get
Property Value
Type:
MainFormRemarks 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