Click or drag to resize
Sandcastle Help File BuilderTopicEditorWindowFindText Method
Find the specified text in the editor

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public bool FindText(
	string textToFind,
	bool caseSensitive
)

Parameters

textToFind
Type: SystemString
The text to find
caseSensitive
Type: SystemBoolean
True to do a case-sensitive search or false to do a case-insensitive search

Return Value

Type: Boolean
True if the text is found, false if not
See Also