GridItemCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of grid items in the collection.

System_CAPS_pubpropertyItem[Int32]

Gets the GridItem at the specified index.

System_CAPS_pubpropertyItem[String^]

Gets the GridItem with the matching label.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::IsSynchronized.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see ICollection::SyncRoot.

Return to top
Show: