IVsWindowSearchHost.IsPopupVisible Property

Definition

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.

Applies to