IVsWindowSearchHost::IsEnabled Property

 

Gets or sets whether the search control has been enabled or disabled.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678282)]
property bool IsEnabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the search control is enabled, or false if the search control is disabled.

Return to top
Show: