StatusBar.StatusBarPanelCollection Properties
.NET Framework 4.5
The StatusBar.StatusBarPanelCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of items in the collection. |
|
IsReadOnly | Gets a value indicating whether this collection is read-only. |
|
Item[Int32] | Gets or sets the StatusBarPanel at the specified index. |
|
Item[String] | Gets an item with the specified key from the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
ICollection.SyncRoot | Infrastructure. Gets an object that can be used to synchronize access to the collection. |
|
IList.IsFixedSize | Infrastructure. Gets a value indicating whether the collection has a fixed size. |
|
IList.Item | Infrastructure. Gets or sets the element at the specified index. |