Table of Contents

Interface ISearchSettings

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

Represents properties and methods to hold settings for search and replace dialogs.

public interface ISearchSettings : IPersistentSettings, IImport, IExport

Properties

ClearBookmarks

When implemented by a class, indicates whether all unnumbered bookmarks should be removed from the bookmarks collection.

OptionsVisible

When implemented by a class, indicates whether find/replace dialog should display search options.

ReplaceList

When implemented by a class, represents the replace history for the replace dialog.

SearchList

When implemented by a class, represents the search history for the search dialog.

SearchOptions

When implemented by a class, represents options that determine behavior of search or replace dialog.

Methods

Assign(ISearchSettings)

When implemented by a class, copies the content from another ISearchSettings object.