FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerDialog Class / SearchText Method

In This Topic
    SearchText Method (C1FlexViewerDialog)
    In This Topic
    Starts searching text with the specified parameters.
    Syntax
    'Declaration
     
    Public Sub SearchText( _
       ByVal text As String, _
       ByVal matchWholeWord As Boolean, _
       ByVal matchCase As Boolean, _
       ByVal searchUp As Boolean _
    ) 
    public void SearchText( 
       string text,
       bool matchWholeWord,
       bool matchCase,
       bool searchUp
    )

    Parameters

    text
    matchWholeWord
    matchCase
    searchUp
    See Also