ToolBoxItems::SelectedItem Property

 

Gets the item currently selected in the tab of the ToolBox, if any exist.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property ToolBoxItem^ SelectedItem {
	ToolBoxItem^ get();
}

Property Value

Type: EnvDTE::ToolBoxItem^

A ToolBoxItem object.

If no items exist in the ToolBox tab or if no item is selected, then SelectedItem returns Nothing.

No code example is currently available or this language may not be supported.
Return to top
Show: