FindCommand
Class
Represents find command.
Definition
Namespace:Telerik.Windows.Documents.Commands
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class FindCommand : FindCommandBase, ICommand
Inheritance: objectFixedDocumentViewerCommandBaseFindCommandBaseFindCommand
Implements:
Inherited Members
Constructors
Initializes a new instance of the FindCommand class.
C#
public FindCommand(FixedDocumentViewerBase viewer)
The viewer.
Methods
Executes the command.
C#
public override void Execute(object parameter)
The parameter.
Overrides: