Keyoti RapidFindReplace WPF API Docs
RichTextBoxHighlight Constructor (start, end, adorner, run, runStartIndex)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersRichTextBoxHighlightRichTextBoxHighlight(Int32, Int32, HighlightAdorner, Run, Int32)
Keyoti RapidFindReplace WPF
New instance.
Declaration Syntax
C#Visual BasicVisual C++F#
public RichTextBoxHighlight(
	int start,
	int end,
	HighlightAdorner adorner,
	Run run,
	int runStartIndex
)
Public Sub New ( 
	start As Integer,
	end As Integer,
	adorner As HighlightAdorner,
	run As Run,
	runStartIndex As Integer
)
public:
RichTextBoxHighlight(
	int start, 
	int end, 
	HighlightAdorner^ adorner, 
	Run^ run, 
	int runStartIndex
)
new : 
        start : int * 
        end : int * 
        adorner : HighlightAdorner * 
        run : Run * 
        runStartIndex : int -> RichTextBoxHighlight
Parameters
start (Int32)
Where the highlight starts in run
end (Int32)
Where the highlight ends in run
adorner (HighlightAdorner)
Adorner instance that will actually highlight
run (Run)
The Run where the highlight is
runStartIndex (Int32)
The character index of the run in the RichTextBox's Document.

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