Table of Contents

Class FindResults

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

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.

AddFindResultCore(IFileRange)
AddFindResults(IRangeList, bool)

Fills FindResults content from specified range list.

Clear()

Clears list of results.

ColumnsChanged()
Dispose(bool)

Clean up any resources being used.

Localize()

Localizes string resources.

UpdateContent()

Events

FindResultClick

Occurs when particular search result was clicked.