Table of Contents

Interface FindReplaceControl.IFindReplaceConnect

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides methods and properties for connection of the search/replace engine with the FindReplaceControl.

public interface FindReplaceControl.IFindReplaceConnect

Properties

CanMatchCase

Gets whether 'Match Case' option is supported.

CanMatchWholeWord

Gets whether 'Match Whole Word' option is supported.

CanUseRegularExpressions

Gets whether 'Use Regular Expressions' option is supported.

Methods

FindNext()

Performs 'Find Next' operation.

FindPrevious()

Performs 'Find Previous' operation.

Replace()

Performs 'Replace' operation.

ReplaceAll()

Performs 'Replace All' operation.

SetFindText(string)

Sets text to find.

SetMatchCase(bool)

Updates value of the 'Match Case' option.

SetMatchWholeWord(bool)

Updates value of the 'Match Whole Word' option.

SetReplaceText(string)

Sets text to replace.

SetReplaceVisible(bool)

Notifies when visibility of replace options is changed.

SetUseRegularExpressions(bool)

Updates value of the 'Use Regular Expressions' option.