IVsWindowSearchHost::IsPopupVisible Property

 

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).

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Boolean

true if the search control’s popup is visible, or false if the popup is not visible.

Return to top
Show: