ToolboxItemCollection::Item Property (Int32)
.NET Framework (current version)
Gets the ToolboxItem at the specified index.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- index
-
Type:
System::Int32
The index of the object to get or set.
Property Value
Type: System.Drawing.Design::ToolboxItem^A ToolboxItem at each valid index in the collection.
The following code example demonstrates using the indexer of a ToolboxItemCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: