Click or drag to resize
Sandcastle Help File BuilderOutputWindowOnFormClosing Method
This is overridden to ignore Ctrl+F4 which closes the window rather than hide it when docked as a document.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected override void OnFormClosing(
	FormClosingEventArgs e
)

Parameters

e
Type: System.Windows.FormsFormClosingEventArgs
The event arguments
See Also