Click or drag to resize
Sandcastle Help File BuilderTopicEditorWindowMoveToPositionAndHighlightText Method
Move to the specified position and highlight the text for the given length

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

Parameters

p
Type: System.DrawingPoint
The location to which to move
length
Type: SystemInt32
The length of the highlighted text
See Also