Click or drag to resize
Sandcastle Help File BuilderProjectPropertiesWindowSetEnabledState Method
Set the enabled state of the property page container

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

Parameters

enabled
Type: SystemBoolean
True to enable the property pages, false to disable them
Remarks
This allows the property pages to be disabled during a build but still allows you to flip through them to see the active options.
See Also