ToolStripPanel::ToolStripPanelRowCollection Class
Represents all the ToolStripPanelRow objects in a ToolStripPanel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System.Windows.Forms.Layout::ArrangedElementCollection
System.Windows.Forms::ToolStripPanel::ToolStripPanelRowCollection
| Name | Description | |
|---|---|---|
![]() | ToolStripPanel::ToolStripPanelRowCollection(ToolStripPanel^) | Initializes a new instance of the ToolStripPanel::ToolStripPanelRowCollection class in the specified ToolStripPanel. |
![]() | ToolStripPanel::ToolStripPanelRowCollection(ToolStripPanel^, array<ToolStripPanelRow^>^) | Initializes a new instance of the ToolStripPanel::ToolStripPanelRowCollection class with the specified number of rows in the specified ToolStripPanel. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection.(Inherited from ArrangedElementCollection.) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only.(Inherited from ArrangedElementCollection.) |
![]() | Item[Int32] | Gets a particular ToolStripPanelRow within the ToolStripPanel::ToolStripPanelRowCollection. |
| Name | Description | |
|---|---|---|
![]() | Add(ToolStripPanelRow^) | Adds the specified ToolStripPanelRow to the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | AddRange(array<ToolStripPanelRow^>^) | Adds an array of ToolStripPanelRow objects to a ToolStripPanel. |
![]() | AddRange(ToolStripPanel::ToolStripPanelRowCollection^) | Adds the specified ToolStripPanel::ToolStripPanelRowCollection to a ToolStripPanel. |
![]() | Clear() | Removes all ToolStripPanelRow objects from the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | Contains(ToolStripPanelRow^) | Determines whether the specified ToolStripPanelRow is in the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | CopyTo(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.) |
![]() | CopyTo(array<ToolStripPanelRow^>^, Int32) | Copies the entire ToolStripPanel::ToolStripPanelRowCollection into an existing array at a specified location within the array. |
![]() | Equals(Object^) | Determines whether two ArrangedElementCollection instances are equal.(Inherited from ArrangedElementCollection.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator for the entire collection.(Inherited from ArrangedElementCollection.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ArrangedElementCollection.) |
![]() | GetType() | |
![]() | IndexOf(ToolStripPanelRow^) | Gets the index of the specified ToolStripPanelRow in the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | Insert(Int32, ToolStripPanelRow^) | Inserts the specified ToolStripPanelRow at the specified location in the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | MemberwiseClone() | |
![]() | Remove(ToolStripPanelRow^) | Removes the specified ToolStripPanelRow from the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | RemoveAt(Int32) | Removes the ToolStripPanelRow at the specified index from the ToolStripPanel::ToolStripPanelRowCollection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add(Object^) | For a description of this member, see IList::Add. |
![]() ![]() | IList::Clear() | For a description of this member, see IList::Clear. |
![]() ![]() | IList::Contains(Object^) | For a description of this member, see IList::Contains. |
![]() ![]() | IList::IndexOf(Object^) | For a description of this member, see IList::IndexOf. |
![]() ![]() | IList::Insert(Int32, Object^) | For a description of this member, see IList::Insert. |
![]() ![]() | IList::Remove(Object^) | For a description of this member, see IList::Remove. |
![]() ![]() | IList::RemoveAt(Int32) | For a description of this member, see IList::RemoveAt. |
![]() ![]() | ICollection::IsSynchronized | For a description of this member, see the ICollection::IsSynchronized property.(Inherited from ArrangedElementCollection.) |
![]() ![]() | ICollection::SyncRoot | For a description of this member, see the ICollection::SyncRoot property.(Inherited from ArrangedElementCollection.) |
![]() ![]() | IList::IsFixedSize | For a description of this member, see IList::IsFixedSize. |
![]() ![]() | IList::IsReadOnly | For a description of this member, see IList::IsReadOnly. |
![]() ![]() | IList::Item[Int32] | For a description of this member, see IList::Item. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
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.





