IVsWindowSearchHost::IsEnabled Property
Visual Studio 2015
Gets or sets whether the search control has been enabled or disabled.
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::Booleantrue if the search control is enabled, or false if the search control is disabled.
Show: