Keyoti RapidFindReplace WPF API Docs
MoveTo Method (run, start, end, absStart)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersRichTextBoxHighlightMoveTo(Run, Int32, Int32, Int32)
Keyoti RapidFindReplace WPF
Move the highlight to a new Run.
Declaration Syntax
C#Visual BasicVisual C++F#
public void MoveTo(
	Run run,
	int start,
	int end,
	int absStart
)
Public Sub MoveTo ( 
	run As Run,
	start As Integer,
	end As Integer,
	absStart As Integer
)
public:
void MoveTo(
	Run^ run, 
	int start, 
	int end, 
	int absStart
)
member MoveTo : 
        run : Run * 
        start : int * 
        end : int * 
        absStart : int -> unit 
Parameters
run (Run)
The run the highlight will go in
start (Int32)
The position of the highlight relative to the Run
end (Int32)
The end position of the highlight relative to the Run
absStart (Int32)
The start position of the Run relative to the plain text of the document.

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)