Keyoti RapidFindReplace WPF API Docs
RegisterRunReader Method (iRunReaderType)
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlersFindHandlerRegistryRegisterRunReader(Type)
Keyoti RapidFindReplace WPF
Registers RunReader (IRunReader) type so that it can be used to read Run objects from a UIElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public static void RegisterRunReader(
	Type iRunReaderType
)
Public Shared Sub RegisterRunReader ( 
	iRunReaderType As Type
)
public:
static void RegisterRunReader(
	Type^ iRunReaderType
)
static member RegisterRunReader : 
        iRunReaderType : Type -> unit 
Parameters
iRunReaderType (Type)
The Type to register.

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