GridItemCollection::Item Property (String^)

 

Gets the GridItem with the matching label.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property GridItem^ default[
	String^ label
] {
	GridItem^ get(String^ label);
}

Parameters

label
Type: System::String^

A string value to match to a grid item label

Property Value

Type: System.Windows.Forms::GridItem^

The grid item whose label matches the label parameter.

.NET Framework
Available since 1.1
Return to top
Show: