ToolboxService::SelectedItemContainerUsed Method ()

 

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

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

protected:
virtual void SelectedItemContainerUsed()

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.

.NET Framework
Available since 2.0
Return to top
Show: