GridItem::GridItems Property

 

When overridden in a derived class, gets the collection of GridItem objects, if any, associated as a child of this GridItem.

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

public:
property GridItemCollection^ GridItems {
	virtual GridItemCollection^ get() abstract;
}

Property Value

Type: System.Windows.Forms::GridItemCollection^

The collection of GridItem objects.

.NET Framework
Available since 1.1
Return to top
Show: