Click or drag to resize
Sandcastle Help File BuilderContentEditorControlInsertString Method
Insert a string of text into the specified text area at the current cursor location.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public static void InsertString(
	TextArea textArea,
	string text
)

Parameters

textArea
Type: ICSharpCode.TextEditorTextArea
The text area to use
text
Type: SystemString
The text to insert
See Also