ToolStripItemCollection::Item Property (String^)

 

Gets the item with the specified name.

Namespace:   System.Windows.Forms
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.

Property Value

Type: System.Windows.Forms::ToolStripItem^

The ToolStripItem with the specified name.

.NET Framework
Available since 2.0
Return to top
Show: