FormCollection::Item Property (Int32)

 

Gets or sets an element in the collection by its numeric index.

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

public:
property Form^ default[
	int index
] {
	virtual Form^ get(int index);
}

Parameters

index
Type: System::Int32

The location of the Form within the collection.

Property Value

Type: System.Windows.Forms::Form^

The form at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: