Interface IDlgSearchWindow
Represents a dialog control associated with search dialog.
public interface IDlgSearchWindow
Properties
- AdditionalResources
When implemented by a class, gets or sets a dictionary containing additional resources for the dialog window, such as control styles.
- ClearBookmarks
When implemented by a class, indicates whether all unnumbered bookmarks should be removed from the bookmark collection.
- Height
When implemented by a class, gets or sets the height of the dialog.
- IsFocused
When implemented by a class, gets a value that determines whether this element has logical focus.
- IsKeyboardFocusWithin
When implemented by a class, gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements.
- IsReplace
When implemented by a class, gets or sets a boolean value that indicates whether the search or replace dialog should be executed.
- IsVisible
When implemented by a class, gets a value indicating whether this element is visible in the user interface.
- Options
When implemented by a class, gets or sets options that define search and replace behavior.
- Painter
When implemented by a class, gets or sets the painter used to draw dialog's controls.
- ParentEditorControl
When implemented by a class, represents the parent control.
- 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.
- Width
When implemented by a class, gets or sets the width of the dialog.
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.
- Show(Control, PopupPanelSearchDialogPainter)
When implemented by a class, displays the dialog with the specified parameters.
- 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.