Click or drag to resize
Sandcastle Help File BuilderFindAndReplaceWindowShowReplaceControls Method
This is used to show or hide the Replace controls

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public bool ShowReplaceControls(
	bool show
)

Parameters

show
Type: SystemBoolean
True to show them, false to hide them

Return Value

Type: Boolean
The prior state of the controls (false for hidden, true for visible).
See Also