ToolboxItemContainer::UpdateFilter Method (ToolboxItem^)

 

Merges the container's filter with the filter from the given item.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

public:
void UpdateFilter(
	ToolboxItem^ item
)

Parameters

item
Type: System.Drawing.Design::ToolboxItem^

The source of the filter to merge with the container's filter.

You should call the UpdateFilter method when the toolbox item is modified or configured. You should also call it if a new TypeDescriptionProvider, which the changes the filter, is added.

.NET Framework
Available since 2.0
Return to top
Show: