Keyoti RapidFindReplace WPF API Docs
RegisterHighlightHandler Method (highlightHandlerType)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlersFindHandlerRegistryRegisterHighlightHandler(Type)
Keyoti RapidFindReplace WPF
Registers a HighlightHandler so that it can be used to highlight a UIElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void RegisterHighlightHandler(
	Type highlightHandlerType
)
Public Shared Sub RegisterHighlightHandler ( 
	highlightHandlerType As Type
)
public:
static void RegisterHighlightHandler(
	Type^ highlightHandlerType
)
static member RegisterHighlightHandler : 
        highlightHandlerType : Type -> unit 
Parameters
highlightHandlerType (Type)
The Type to register.

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