IVsToolbox6.IsFiltered Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool IsFiltered { bool get(); void set(bool value); };
public:
property bool IsFiltered { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678278)]
public bool IsFiltered { get; set; }
public bool IsFiltered { get; set; }
[<System.Runtime.InteropServices.DispId(1610678278)>]
member this.IsFiltered : bool with get, set
member this.IsFiltered : bool with get, set
Public Property IsFiltered As Boolean
Property Value
true
if the toolbox is currently filtering items, or false
if the toolbox is not filtering items.
- Attributes