Class FindCommand
Represents find command.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 FindCommand class.
Declaration
public FindCommand(FixedDocumentViewerBase viewer)
Parameters
FixedDocumentViewerBase
viewer
The viewer. |
Methods
CanExecuteOverride(Object)
Determines whether the command can be executed.
Declaration
public override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
The parameter. |
Returns
System.Boolean
Returns if the command can be executed. |
Overrides
Execute(Object)
Executes the command.
Declaration
public override void Execute(object parameter)
Parameters
System.Object
parameter
The parameter. |