Interface IDlgSearch
Represents a dialog control associated with search dialog.
public interface IDlgSearch : IControl, IDisposable
Properties
- ClearBookmarks
When implemented by a class, indicates whether all unnumbered bookmarks should be removed from the bookmark collection.
- ContainsFocus
When implemented by a class, gets a value indicating whether the control, or one of its child controls, currently has the input focus
- IsReplace
When implemented by a class, gets or sets a boolean value that indicates whether the search or replace dialog should be executed.
- Options
When implemented by a class, gets or sets options that define search and replace behavior.
- OptionsVisible
When implemented by a class, indicates whether the options group box should be visible.
- Painter
When implemented by a class, gets or sets painter object associated with this dialog
- ReplaceList
When implemented by a class, represents the replace history for the replace dialog.
- Search
When implemented by a class, gets or sets
ISearch
interface owning the dialog.
- SearchList
When implemented by a class, represents the search history for the search dialog.
- SelectionEnabled
When implemented by a class, gets or sets a boolean value that indicates whether search can be executed through selected text.
Methods
- Close()
When implemented by a class, closes the dialog.
- EnableRegularExpressions(bool)
When implemented by a class, enables/disables regular expressions.
- HighlightAll()
When implemented by a class, highlights all occurrences of the search text.
- Init()
When implemented by a class, resets
IDlgSearch
to the start of search.
- Init(ISearch, SearchOptions)
When implemented by a class, resets
NewIDlgSearch
to the start of search.ISearch
object performs search. New search options.
- ResetFont()
When implemented by a class, resets the dialog Font property to its default value.
- Show()
When implemented by a class, displays the dialog.
- Show(IControl)
When implemented by a class, displays the dialog with the specified parent control.
- ShowRegularExpressions(bool)
When implemented by a class, shows/hide regular expressions.
- ToggleHiddenText()
When implemented by a class, toggles searching through hidden text on/off.
- ToggleMatchCase()
When implemented by a class, toggles case sensitive searching on/off.
- TogglePromptOnReplace()
When implemented by a class, toggles prompting before replacing on/off.
- ToggleRegularExpressions()
When implemented by a class, toggles using regular expressions on/off.
- ToggleSearchUp()
When implemented by a class, toggles searching direction towards/backwards.
- ToggleWholeWord()
When implemented by a class, toggles searching for whole words on/off.
- UpdateFindText(string)
When implemented by a class, updates text to find.
- UpdateSearch(ISearch, bool)
When implemented by a class, updates search engine.
Events
- Closed
When implemented by a class, occurs when the dialog control is closed.
- Disposed
When implemented by a class, ccurs when the dialog control is disposed.
- HelpRequested
When implemented by a class, occurs when user requests help for a control