System.Windows.Forms.TableLayoutStyleCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of styles actually contained in the System.Windows.Forms.TableLayoutStyleCollection.

default property
Item(int)TableLayoutStyle. Documentation for this section has not yet been entered.

Public Methods

Add(TableLayoutStyle) : int

Adds a new System.Windows.Forms.TableLayoutStyle to the end of the current collection.

Clear()

Disassociates the collection from its associated System.Windows.Forms.TableLayoutPanel and empties the collection.

RemoveAt(int)

Removes the style at the specified index of the collection.

Explicitly Implemented Interface Members

IList.Add

For a description of this method, see the IList.Add(object) method.

IList.Contains

For a description of this method, see the IList.Contains(object) method.

ICollection.CopyTo

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

IEnumerable.GetEnumerator

For a description of this method, see the IEnumerable.GetEnumerator method.

IList.IndexOf

For a description of this method, see the IList.IndexOf(object) method.

IList.Insert

For a description of this method, see the IList.Insert(int, object) method.

[read-only]
IList.IsFixedSizebool.

For a description of this method, see the IList.IsFixedSize property.

[read-only]
IList.IsReadOnlybool.

For a description of this method, see the IList.IsReadOnly property.

[read-only]
ICollection.IsSynchronizedbool.

For a description of this method, see the ICollection.IsSynchronized property.

IList.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

For a description of this method, see the IList.Remove(object) method.

[read-only]
ICollection.SyncRootobject.

For a description of this method, see the ICollection.SyncRoot property.