TableLayoutColumnStyleCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(ColumnStyle^)
System_CAPS_pubmethodAdd(TableLayoutStyle^)

Adds a new TableLayoutStyle to the end of the current collection.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubmethodClear()

Disassociates the collection from its associated TableLayoutPanel and empties the collection.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubmethodContains(ColumnStyle^)

Determines whether the specified ColumnStyle is in the collection.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIndexOf(ColumnStyle^)

Determines the index of a specific item in the TableLayoutColumnStyleCollection.

System_CAPS_pubmethodInsert(Int32, ColumnStyle^)

Inserts a ColumnStyle into the TableLayoutColumnStyleCollection at the specified position.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemove(ColumnStyle^)

Removes the first occurrence of a specific ColumnStyle from the TableLayoutColumnStyleCollection.

System_CAPS_pubmethodRemoveAt(Int32)

Removes the style at the specified index of the collection.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsParallel()

Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.)

System_CAPS_pubmethodAsQueryable()

Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.)

System_CAPS_pubmethodCast<TResult>()

Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.)

System_CAPS_pubmethodOfType<TResult>()

Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICollection::CopyTo(Array^, Int32)

For a description of this method, see the ICollection::CopyTo method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

For a description of this method, see the IEnumerable::GetEnumerator method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Add(Object^)

For a description of this method, see the IList::Add method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

For a description of this method, see the IList::Contains method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

For a description of this method, see the IList::IndexOf method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

For a description of this method, see the IList::Insert method.(Inherited from TableLayoutStyleCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

For a description of this method, see the IList::Remove method.(Inherited from TableLayoutStyleCollection.)

Return to top
Show: