Control::ControlCollection::Item Property (String^)
.NET Framework (current version)
Indicates a Control with the specified key in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- key
-
Type:
System::String^
The name of the control to retrieve from the control collection.
Property Value
Type: System.Windows.Forms::Control^The Control with the specified key within the Control::ControlCollection.
The Name property of a Control corresponds to the key for a Control in the Control::ControlCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: