Interface ISearchDialog
Represents a dialog box that allows user to search for the text.
public interface ISearchDialog : IDisposable
Properties
- Font
When implemented by a class, gets or sets a font for the dialog to use.
- IsFocused
When implemented by a class, gets a boolean value indicating whether dialog box has input focus.
- OwnerForm
When implemented by a class, gets or sets form that owns this dialog.
- SearchSettings
When implemented by a class, gets search settings associated with search dialog.
- Visible
When implemented by a class, gets or sets a value indicating whether dialog box is visible.
Methods
- Close()
When implemented by a class, closes the dialog.
- DoneSearch(ISearch)
When implemented by a class, finishes search.
- EnsureVisible(Rectangle)
When implemented by a class, ensures that the search dialog box is visible in specified rectangle, moving it if necessary.
- Execute(ISearch, bool, bool)
When implemented by a class, initializes and runs a search dialog box.
- Execute(ISearch, bool, bool, IWin32Window)
When implemented by a class, initializes and runs a search dialog box.
- 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.
- 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.
Events
- HelpRequested
When implemented by a class, occurs when user requests help for a control.