Click or drag to resize
Sandcastle Help File BuilderTopicEditorWindowReplaceTextAt Method
Replace text at the given location with the new text

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public int ReplaceTextAt(
	Point p,
	int length,
	string text
)

Parameters

p
Type: System.DrawingPoint
The location at which to replace text
length
Type: SystemInt32
The length of the text to replace
text
Type: SystemString
The replacement text

Return Value

Type: Int32
The length of the text that was replaced (includes trailing spaces if the word was removed
See Also