IVsWindowSearchHost::IsVisible Property

 

Gets or sets whether to show or hide the search control.

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

true if the search control is set up and visible, or false if the search control is not visible.

Return to top
Show: