combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabelPreviewControl Class / SearchFirst Method
Text to search for.
Case sensitive or insensitive search.


In This Topic
    SearchFirst Method
    In This Topic
    Starts the search and displays the first hit.
    Syntax
    'Declaration
     
    
    Public Sub SearchFirst( _
       ByVal searchText As String, _
       ByVal caseSensitive As Boolean _
    ) 
    public void SearchFirst( 
       string searchText,
       bool caseSensitive
    )
    public:
    void SearchFirst( 
       String^ searchText,
       bool caseSensitive
    ) 

    Parameters

    searchText
    Text to search for.
    caseSensitive
    Case sensitive or insensitive search.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also