ArcGIS Pro 2.8 API Reference Guide
IsSearching Property

ArcGIS.Desktop.Mapping.Controls Namespace > SymbolSearcherControl Class : IsSearching Property
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 10, Windows 8.1

See Also

Reference

SymbolSearcherControl Class
SymbolSearcherControl Members