ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SymbolSearcherControl Class / IsSearching Property

In This Topic
    IsSearching Property
    In This Topic
    Gets whether the SymbolSearcherControl is searching the current style or not
    Syntax
    public bool IsSearching {get;}
    Public ReadOnly Property IsSearching As Boolean
    Remarks
    IsSearching is set true whenever the searcher initiates a symbol search and back false when the search is complete. It can be used, for example, to show/hide a progressor or other UI control to indicate "searching" status on the UI.
    The search control is disabled during searching.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also