ToolStripItemCollection Properties
.NET Framework 4.5
The ToolStripItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements in the collection. (Inherited from ArrangedElementCollection.) |
|
IsReadOnly | Gets a value indicating whether the ToolStripItemCollection is read-only. (Overrides ArrangedElementCollection.IsReadOnly.) |
|
Item[Int32] | Gets the item at the specified index. |
|
Item[String] | Gets the item with the specified name. |
| 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.IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
|
IList.Item | Retrieves the element at the specified index. |