Vcl.JumpList.TJumpListCollection.operator []
C++
TJumpListItem* operator[](int Index) { return Items[Index]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.JumpList.hpp | Vcl.JumpList | TJumpListCollection |
Description
Lets you access the list items of your list of items using brackets directly on your instance of TJumpListCollection.
TJumpListItem* FirstItem = JumpList[0];