IVsGlobalSearchUI.IsResultsListVisible 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.
Sets whether the global search results popup is visible. If set to true
, the global search results popup is visible.
public:
property bool IsResultsListVisible { bool get(); void set(bool value); };
public:
property bool IsResultsListVisible { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678280)]
public bool IsResultsListVisible { get; set; }
public bool IsResultsListVisible { get; set; }
[<System.Runtime.InteropServices.DispId(1610678280)>]
member this.IsResultsListVisible : bool with get, set
member this.IsResultsListVisible : bool with get, set
Public Property IsResultsListVisible As Boolean
Property Value
- Attributes