Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1TextSearchManager Class / Params Property

In This Topic
    Params Property
    In This Topic
    Search parameters: text, etc. Initialized in the FindStartXXX() method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Params As C1FindTextParams
    public C1FindTextParams Params {get;}
    See Also