Keyoti RapidFindReplace WPF API Docs
MoveTo Method (start, end)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersHighlightMoveTo(Int32, Int32)
Keyoti RapidFindReplace WPF
Move highlight to a different part of the current run.
Declaration Syntax
C#Visual BasicVisual C++F#
public void MoveTo(
	int start,
	int end
)
Public Sub MoveTo ( 
	start As Integer,
	end As Integer
)
public:
void MoveTo(
	int start, 
	int end
)
member MoveTo : 
        start : int * 
        end : int -> unit 
Parameters
start (Int32)
end (Int32)

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