[]
Gets a PictureBullet by its index in the collection.
public PictureBullet this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As PictureBullet
Type | Name | Description |
---|---|---|
int | index | The index in the collection. |
Type | Description |
---|---|
PictureBullet | The PictureBullet with the specified index. |