IVsWindowSearchHost::IsPopupVisible Property
Visual Studio 2015
Gets or sets whether to show or hide the search control's popup (if the search control has settings requiring a popup, such as MRU, options, or filters).
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678284)] property bool IsPopupVisible { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the search control’s popup is visible, or false if the popup is not visible.
Show: