ToolboxService::SelectedItemContainer Property

 

Gets or sets the currently selected item container.

Namespace:   System.Drawing.Design
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
Return to top
Show: