FindCommandBase
Class
Represents the base find command.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public abstract class FindCommandBase : FixedDocumentViewerCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseFindCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the FindCommandBase class.
C#
public FindCommandBase(FixedDocumentViewerBase viewer)
The viewer.
Properties
SearchOptions
TextSearchOptions
Gets or sets the search options for the command.
C#
public TextSearchOptions SearchOptions { get; set; }
The search options.
Methods
Handles the given search result.
C#
protected virtual void HandleSearchResult(SearchResult result)
The search result.