ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / FindNextCommand Property

In This Topic
    FindNextCommand Property
    In This Topic
    Gets the System.Windows.Input.ICommand that performs the FindNext operation.
    Syntax
    'Declaration
     
    
    Public Property FindNextCommand As ICommand
    public ICommand FindNextCommand {get; set;}
    See Also