IIncrementalSearch::IsActive Property

 

Determines whether an incremental search is in process.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

true if an incremental search is in process, otherwise false.

Return to top
Show: