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