BarItemLinkCollection Properties
A collection of bar item links.| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase. |
| InnerList protected | Gets the list of elements contained in the ReadOnlyCollectionBase instance. Inherited from ReadOnlyCollectionBase. |
| Item[Int32] | Provides indexed access to individual links. Inherited from BarItemLinkReadOnlyCollection. |
| RecentLinkCount | Gets the total number of items that have recently been used. Inherited from BarItemLinkReadOnlyCollection. |
| ICollection.IsSynchronized | Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). Inherited from ReadOnlyCollectionBase. |
| ICollection.SyncRoot | Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. Inherited from ReadOnlyCollectionBase. |
See Also