Click or drag to resize
Sandcastle Help File BuilderOutputWindowSetBuildState Method
Enable or disable based on the build state

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void SetBuildState(
	bool isBuilding
)

Parameters

isBuilding
Type: SystemBoolean
True if building, false if not
See Also