IVsWindowSearchHost.IsPopupVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public:
property bool IsPopupVisible { bool get(); void set(bool value); };
public:
property bool IsPopupVisible { bool get(); void set(bool value); };
public bool IsPopupVisible { get; set; }
member this.IsPopupVisible : bool with get, set
Public Property IsPopupVisible As Boolean
Property Value
true
if the search control’s popup is visible, or false
if the popup is not visible.