ToolboxService.SelectedItemContainerUsed Method

Definition

Receives a call from the toolbox service when a user reports that a selected toolbox item has been used.

protected virtual void SelectedItemContainerUsed();

Remarks

The SelectedItemContainerUsed method is called by the toolbox service when a user reports that the selected toolbox item has been used. After invoking a toolbox item, it is a common user interface (UI) behavior to cancel the selection of that toolbox item. The default implementation of this method cancels the selection of the toolbox item by setting the selected item container to null.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1