ToolStripPanel::ToolStripPanelRowCollection Class

 

Represents all the ToolStripPanelRow objects in a ToolStripPanel.

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

System::Object
  System.Windows.Forms.Layout::ArrangedElementCollection
    System.Windows.Forms::ToolStripPanel::ToolStripPanelRowCollection

[ListBindableAttribute(false)]
[ComVisibleAttribute(false)]
public ref class ToolStripPanelRowCollection : ArrangedElementCollection, 
	IList, ICollection, IEnumerable

NameDescription
System_CAPS_pubmethodToolStripPanel::ToolStripPanelRowCollection(ToolStripPanel^)

Initializes a new instance of the ToolStripPanel::ToolStripPanelRowCollection class in the specified ToolStripPanel.

System_CAPS_pubmethodToolStripPanel::ToolStripPanelRowCollection(ToolStripPanel^, array<ToolStripPanelRow^>^)

Initializes a new instance of the ToolStripPanel::ToolStripPanelRowCollection class with the specified number of rows in the specified ToolStripPanel.

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the collection.(Inherited from ArrangedElementCollection.)

System_CAPS_pubpropertyIsReadOnly

Gets a value indicating whether the collection is read-only.(Inherited from ArrangedElementCollection.)

System_CAPS_pubpropertyItem[Int32]

Gets a particular ToolStripPanelRow within the ToolStripPanel::ToolStripPanelRowCollection.

NameDescription
System_CAPS_pubmethodAdd(ToolStripPanelRow^)

Adds the specified ToolStripPanelRow to the ToolStripPanel::ToolStripPanelRowCollection.

System_CAPS_pubmethodAddRange(array<ToolStripPanelRow^>^)

Adds an array of ToolStripPanelRow objects to a ToolStripPanel.

System_CAPS_pubmethodAddRange(ToolStripPanel::ToolStripPanelRowCollection^)

Adds the specified ToolStripPanel::ToolStripPanelRowCollection to a ToolStripPanel.

System_CAPS_pubmethodClear()

Removes all ToolStripPanelRow objects from the ToolStripPanel::ToolStripPanelRowCollection.

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^)

Removes the specified ToolStripPanelRow from the ToolStripPanel::ToolStripPanelRowCollection.

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_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.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

For a description of this member, see the ICollection::IsSynchronized property.(Inherited from ArrangedElementCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

For a description of this member, see the ICollection::SyncRoot property.(Inherited from ArrangedElementCollection.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsFixedSize

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::IsReadOnly

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIList::Item[Int32]

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

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.)

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: