IVsWindowSearchHost::IsVisible Property
Visual Studio 2015
Gets or sets whether to show or hide the search control.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678280)] property bool IsVisible { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the search control is set up and visible, or false if the search control is not visible.
Show: