Keyoti RapidFindReplace WPF API Docs
MoveTo Method (run, start, end)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersHighlightMoveTo(Run, 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
)
Public Sub MoveTo ( 
	run As Run,
	start As Integer,
	end As Integer
)
public:
void MoveTo(
	Run^ run, 
	int start, 
	int end
)
member MoveTo : 
        run : Run * 
        start : int * 
        end : int -> unit 
Parameters
run (Run)
start (Int32)
end (Int32)

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