Interface ISearchDialog
Represents a dialog box that allows user to search for the text.
public interface ISearchDialog
Properties
- AdditionalResources
When implemented by a class, gets or sets a dictionary containing additional resources for the dialog window, such as control styles.
- IsFocused
When implemented by a class, gets a boolean value indicating whether dialog box has input focus.
- 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(Rect)
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, OwnerWindow)
When implemented by a class, initializes and runs a search dialog box.
- Execute(ISearch, bool, bool, Window)
When implemented by a class, initializes and runs a search dialog box.
- ThemeChanged()
When implemented by a class, applies visual theme changes to the search dialog.
- 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.