ToolStripPanel.ToolStripPanelRowCollection Class
.NET Framework 4.5
Represents all the ToolStripPanelRow objects in a ToolStripPanel.
System.Object
System.Windows.Forms.Layout.ArrangedElementCollection
System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
System.Windows.Forms.Layout.ArrangedElementCollection
System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The ToolStripPanel.ToolStripPanelRowCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel) | Initializes a new instance of the ToolStripPanel.ToolStripPanelRowCollection class in the specified ToolStripPanel. |
![]() | ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, 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 | Gets a particular ToolStripPanelRow within the ToolStripPanel.ToolStripPanelRowCollection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified ToolStripPanelRow to the ToolStripPanel.ToolStripPanelRowCollection. |
![]() | AddRange(ToolStripPanel.ToolStripPanelRowCollection) | Adds the specified ToolStripPanel.ToolStripPanelRowCollection to a ToolStripPanel. |
![]() | AddRange(ToolStripPanelRow[]) | Adds an array of ToolStripPanelRow objects to a ToolStripPanel. |
![]() | Clear | Removes all ToolStripPanelRow objects from the ToolStripPanel.ToolStripPanelRowCollection. |
![]() | Contains | 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(ToolStripPanelRow[], Int32) | Copies the entire ToolStripPanel.ToolStripPanelRowCollection into an existing array at a specified location within the array. |
![]() | Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Gets the index of the specified ToolStripPanelRow in the ToolStripPanel.ToolStripPanelRowCollection. |
![]() | Insert | Inserts the specified ToolStripPanelRow at the specified location in the ToolStripPanel.ToolStripPanelRowCollection. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the specified ToolStripPanelRow from the ToolStripPanel.ToolStripPanelRowCollection. |
![]() | RemoveAt | 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 | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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.Add | For a description of this member, see IList.Add. |
![]() ![]() | IList.Clear | For a description of this member, see IList.Clear. |
![]() ![]() | IList.Contains | For a description of this member, see IList.Contains. |
![]() ![]() | IList.IndexOf | For a description of this member, see IList.IndexOf. |
![]() ![]() | IList.Insert | For a description of this member, see IList.Insert. |
![]() ![]() | IList.IsFixedSize | For a description of this member, see IList.IsFixedSize. |
![]() ![]() | IList.IsReadOnly | For a description of this member, see IList.IsReadOnly. |
![]() ![]() | IList.Item | For a description of this member, see IList.Item. |
![]() ![]() | IList.Remove | For a description of this member, see IList.Remove. |
![]() ![]() | IList.RemoveAt | For a description of this member, see IList.RemoveAt. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

