Interface ISearchSettings
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.
- GlobalSearch
When implemented by a class, specifies whether search should be global.
- 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.