IVsToolbox6::IsFiltered Property

 

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.

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

true if the toolbox is currently filtering items, or false if the toolbox is not filtering items.

Return to top
Show: