ToolStripItemCollection::Item Property (String^)
.NET Framework (current version)
Gets the item with the specified name.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripItem^ default[ String^ key ] { virtual ToolStripItem^ get(String^ key); }
Parameters
- key
-
Type:
System::String^
The name of the item to get.
.NET Framework
Available since 2.0
Available since 2.0
Show: