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

In This Topic
    SearchTextBox Property (C1PreviewTextSearchPanel)
    In This Topic
    Gets the text box for entering the search text.
    Syntax
    'Declaration
     
    Public ReadOnly Property SearchTextBox As TextBox
    public TextBox SearchTextBox {get;}
    See Also