ToolStripPanel.ToolStripPanelRowCollection Methods
.NET Framework 4.5
The ToolStripPanel.ToolStripPanelRowCollection type exposes the following members.
| 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 | |
|---|---|---|
|
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.Remove | For a description of this member, see IList.Remove. |
|
IList.RemoveAt | For a description of this member, see IList.RemoveAt. |