ToolStripPanel.ToolStripPanelRowCollection Class
Definition
Represents all the ToolStripPanelRow objects in a ToolStripPanel.
public: ref class ToolStripPanel::ToolStripPanelRowCollection : System::Windows::Forms::Layout::ArrangedElementCollection, System::Collections::IList
[System.ComponentModel.ListBindable(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[System.ComponentModel.ListBindable(false)]
[System.Runtime.InteropServices.ComVisible(false)]
public class ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.IList
[<System.ComponentModel.ListBindable(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
[<System.ComponentModel.ListBindable(false)>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type ToolStripPanel.ToolStripPanelRowCollection = class
inherit ArrangedElementCollection
interface IList
interface ICollection
interface IEnumerable
Public Class ToolStripPanel.ToolStripPanelRowCollection
Inherits ArrangedElementCollection
Implements IList
- Inheritance
- Attributes
- Implements
Constructors
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. |
Properties
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. |
Methods
Explicit Interface Implementations
ICollection.IsSynchronized |
For a description of this member, see the IsSynchronized property. (Inherited from ArrangedElementCollection) |
ICollection.SyncRoot |
For a description of this member, see the SyncRoot property. (Inherited from ArrangedElementCollection) |
IList.Add(Object) |
For a description of this member, see Add(Object). |
IList.Clear() |
For a description of this member, see Clear(). |
IList.Contains(Object) |
For a description of this member, see Contains(Object). |
IList.IndexOf(Object) |
For a description of this member, see IndexOf(Object). |
IList.Insert(Int32, Object) |
For a description of this member, see Insert(Int32, Object). |
IList.IsFixedSize |
For a description of this member, see IsFixedSize. |
IList.IsReadOnly |
For a description of this member, see IsReadOnly. |
IList.Item[Int32] |
For a description of this member, see Item[Int32]. |
IList.Remove(Object) |
For a description of this member, see Remove(Object). |
IList.RemoveAt(Int32) |
For a description of this member, see RemoveAt(Int32). |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |