ArcGIS Pro 3.7 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 ReadOnly Property IsSearching As Boolean
    public bool IsSearching {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also