System.Windows.Forms.GridItemCollection Members

The members of System.Windows.Forms.GridItemCollection are listed below.

See Also: Inherited members from System.Object

Public Fields

static
EmptyGridItemCollection.

Specifies that the System.Windows.Forms.GridItemCollection has no entries.

Public Properties

[read-only]
Countint.

Gets the number of grid items in the collection.

[read-only]
default property
Item(int)GridItem. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)GridItem. Documentation for this section has not yet been entered.

Public Methods

GetEnumerator() : IEnumerator

Returns an enumeration of all the grid items in the collection.

Explicitly Implemented Interface Members

ICollection.CopyTo

For a description of this member, see ICollection.CopyTo(Array, int).

[read-only]
ICollection.IsSynchronizedbool.

For a description of this member, see ICollection.IsSynchronized.

[read-only]
ICollection.SyncRootobject.

For a description of this member, see ICollection.SyncRoot.