Keyoti RapidFindReplace WPF API Docs
Highlight Constructor (start, end, adorner, run)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersHighlightHighlight(Int32, Int32, HighlightAdorner, Run)
Keyoti RapidFindReplace WPF
New instance, with Run relative to zero index (ie no other Runs in container).
Declaration Syntax
C#Visual BasicVisual C++F#
public Highlight(
	int start,
	int end,
	HighlightAdorner adorner,
	Run run
)
Public Sub New ( 
	start As Integer,
	end As Integer,
	adorner As HighlightAdorner,
	run As Run
)
public:
Highlight(
	int start, 
	int end, 
	HighlightAdorner^ adorner, 
	Run^ run
)
new : 
        start : int * 
        end : int * 
        adorner : HighlightAdorner * 
        run : Run -> Highlight
Parameters
start (Int32)
end (Int32)
adorner (HighlightAdorner)
run (Run)

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