Table of Contents

Class SearchSettings

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

This class is designed to hold settings for search and replace dialogs.

public class SearchSettings : PersistentSettings, ISearchSettings, IPersistentSettings, IImport, IExport
Inheritance
SearchSettings
Implements

Constructors

SearchSettings()

Initializes a new instance of the SearchSettings class with default settings.

Properties

ClearBookmarks

Indicates whether all unnumbered bookmarks should be removed from the bookmarks collection.

OptionsVisible

Indicates whether find/replace dialog should display search settings.

ReplaceList

Represents the replace history for the replace dialog.

SearchList

Represents the search history for the search dialog.

SearchOptions

Represents options that determine behavior of search or replace dialog.

SerializationInfo

Gets or sets an xml representation of this SearchSettings object.

Methods

Assign(IPersistentSettings)

Copies the contents from another IPersistentSettings object.

Assign(ISearchSettings)

Copies the content from another ISearchSettings object.

GetXmlType()

Returns Type object for a class that contain information about SearchSettings. In this class method returns type of XmlSearchSettingsInfo class.

OnClearBookmarksChanged()
OnOptionsVisibleChanged()
OnSearchOptionsChanged()