Class FindCommand
Represents find command.
Inherited Members
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class FindCommand : FindCommandBase, ICommand
Constructors
FindCommand(FixedDocumentViewerBase)
Initializes a new instance of the Find
Declaration
public FindCommand(FixedDocumentViewerBase viewer)
Parameters
Fixed The viewer. |
Methods
CanExecuteOverride(Object)
Determines whether the command can be executed.
Declaration
public override bool CanExecuteOverride(object parameter)
Parameters
System. The parameter. |
Returns
System. Returns if the command can be executed. |
Overrides
Execute(Object)
Executes the command.
Declaration
public override void Execute(object parameter)
Parameters
System. The parameter. |