PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewTextSearchPanel Class / DoSearchAgain Method

In This Topic
    DoSearchAgain Method (C1PreviewTextSearchPanel)
    In This Topic
    Repeats the last search.
    Syntax
    'Declaration
     
    Public Function DoSearchAgain() As Boolean
    public bool DoSearchAgain()

    Return Value

    True if the search text was found, false otherwise.
    See Also