IVsGlobalSearchUI::IsActive Property

 

Gets whether the global search control or its popup has focus.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678282)]
property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

true if the global search control or its popup has focus, otherwise false.

Return to top
Show: