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();
protected virtual void SelectedItemContainerUsed ();
abstract member SelectedItemContainerUsed : unit -> unit
override this.SelectedItemContainerUsed : unit -> unit
Protected Overridable Sub 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