| TopicEditorWindowMoveToPositionAndHighlightText Method |
Move to the specified position and highlight the text for the given length
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public void MoveToPositionAndHighlightText(
Point p,
int length
)
Public Sub MoveToPositionAndHighlightText (
p As Point,
length As Integer
)
public:
void MoveToPositionAndHighlightText(
Point p,
int length
)
member MoveToPositionAndHighlightText :
p : Point *
length : int -> unit
Parameters
- p
- Type: System.DrawingPoint
The location to which to move - length
- Type: SystemInt32
The length of the highlighted text
See Also