Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1FindTextParams Class / C1FindTextParams Constructor
The text to find.
Indicates whether to match whole words only.
Indicates whether to match case.

In This Topic
    C1FindTextParams Constructor
    In This Topic
    Initializes a new instance of the C1FindTextParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As String, _
       ByVal wholeWord As Boolean, _
       ByVal matchCase As Boolean _
    )
    public C1FindTextParams( 
       string text,
       bool wholeWord,
       bool matchCase
    )

    Parameters

    text
    The text to find.
    wholeWord
    Indicates whether to match whole words only.
    matchCase
    Indicates whether to match case.
    See Also