Keyoti RapidFindReplace WPF API Docs
RemoveHighlight Method (start, end)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.HighlightHandlersHighlightHandlerRemoveHighlight(Int32, Int32)
Keyoti RapidFindReplace WPF
Removes a highlight specified by it's character index.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void RemoveHighlight(
	int start,
	int end
)
Public Overridable Sub RemoveHighlight ( 
	start As Integer,
	end As Integer
)
public:
virtual void RemoveHighlight(
	int start, 
	int end
)
abstract RemoveHighlight : 
        start : int * 
        end : int -> unit 
override RemoveHighlight : 
        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)