IVsToolbox6::IsFiltered Property
Visual Studio 2015
Gets or sets whether the toolbox is currently filtering items against the active designer and project. This is the inverse of the "Show All" toggle in the context menu.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
[DispIdAttribute(1610678278)] property bool IsFiltered { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the toolbox is currently filtering items, or false if the toolbox is not filtering items.
Show: