| FindAndReplaceWindowShowReplaceControls Method |
This is used to show or hide the Replace controls
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public bool ShowReplaceControls(
bool show
)
Public Function ShowReplaceControls (
show As Boolean
) As Boolean
public:
bool ShowReplaceControls(
bool show
)
member ShowReplaceControls :
show : bool -> bool
Parameters
- show
- Type: SystemBoolean
True to show them, false to hide them
Return Value
Type:
BooleanThe prior state of the controls (false for hidden,
true for visible).
See Also