ToolboxService::SelectedItemContainer Property
.NET Framework (current version)
Gets or sets the currently selected item container.
Assembly: System.Drawing.Design (in System.Drawing.Design.dll)
protected: property ToolboxItemContainer^ SelectedItemContainer { virtual ToolboxItemContainer^ get() abstract; virtual void set(ToolboxItemContainer^ value) abstract; }
Property Value
Type: System.Drawing.Design::ToolboxItemContainer^The item container for the currently selected toolbox item, or null if no item is selected.
.NET Framework
Available since 2.0
Available since 2.0
Show: