ToolStripPanel::ToolStripPanelRowCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(ToolStripPanelRow^)
System_CAPS_pubmethodAddRange(array<ToolStripPanelRow^>^)

Adds an array of ToolStripPanelRow objects to a ToolStripPanel.

System_CAPS_pubmethodAddRange(ToolStripPanel::ToolStripPanelRowCollection^)
System_CAPS_pubmethodClear()
System_CAPS_pubmethodContains(ToolStripPanelRow^)

Determines whether the specified ToolStripPanelRow is in the ToolStripPanel::ToolStripPanelRowCollection.

System_CAPS_pubmethodCopyTo(Array^, Int32)

Copies the entire contents of this collection to a compatible one-dimensional Array, starting at the specified index of the target array.(Inherited from ArrangedElementCollection.)

System_CAPS_pubmethodCopyTo(array<ToolStripPanelRow^>^, Int32)

Copies the entire ToolStripPanel::ToolStripPanelRowCollection into an existing array at a specified location within the array.

System_CAPS_pubmethodEquals(Object^)

Determines whether two ArrangedElementCollection instances are equal.(Inherited from ArrangedElementCollection.)

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_pubmethodGetEnumerator()

Returns an enumerator for the entire collection.(Inherited from ArrangedElementCollection.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Inherited from ArrangedElementCollection.)

System_CAPS_pubmethodGetType()

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

System_CAPS_pubmethodIndexOf(ToolStripPanelRow^)

Gets the index of the specified ToolStripPanelRow in the ToolStripPanel::ToolStripPanelRowCollection.

System_CAPS_pubmethodInsert(Int32, ToolStripPanelRow^)

Inserts the specified ToolStripPanelRow at the specified location in the ToolStripPanel::ToolStripPanelRowCollection.

System_CAPS_protmethodMemberwiseClone()

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

System_CAPS_pubmethodRemove(ToolStripPanelRow^)
System_CAPS_pubmethodRemoveAt(Int32)

Removes the ToolStripPanelRow at the specified index from the ToolStripPanel::ToolStripPanelRowCollection.

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_privmethodIList::Add(Object^)

For a description of this member, see IList::Add.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Clear()

For a description of this member, see IList::Clear.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Contains(Object^)

For a description of this member, see IList::Contains.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::IndexOf(Object^)

For a description of this member, see IList::IndexOf.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Insert(Int32, Object^)

For a description of this member, see IList::Insert.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::Remove(Object^)

For a description of this member, see IList::Remove.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIList::RemoveAt(Int32)

For a description of this member, see IList::RemoveAt.

Return to top
Show: