Table of Contents

Method NeedReplaceCurrent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

NeedReplaceCurrent(out Match)

When implemented by a class, indicates whether search engine need to replace successfully found and selected text.

bool NeedReplaceCurrent(out Match match)

Parameters

match Match

Receives match if regular expression search successful.

Returns

bool

True if selected text matches search text; otherwise false.