Class FindResults
Displays list of search results.
public class FindResults : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
FindResults
- Implements
Constructors
- FindResults()
Initializes a new instance of the
FindResults
class with default settings.
Properties
- ResultsAvailable
Gets a boolean value indicates whether the find results available.
- SelectedRange
Gets IFileRange related to the selected found result.
- ShowFileNames
Gets or sets a value indicating whether the control should display the file name for the found result.
- ShowFilePath
Gets or sets a value indicating whether the control should display the full file path for the found result.
- ShowLineNumbers
Gets or sets a value indicating whether the control should display a line number for the found result.
- ShowSourceText
Gets or sets a value indicating whether the control should display source text for the found result.
Methods
- AddFindResult(IFileRange)
Adds specified range to the collection of search results.
- AddFindResults(IRangeList, bool)
Fills
FindResults
content from specified range list.
- Clear()
Clears list of results.
- Dispose(bool)
Clean up any resources being used.
- Localize()
Localizes string resources.
Events
- FindResultClick
Occurs when particular search result was clicked.