Items Property (Read/Write) |
Top Previous Next |
Contains a collection of TNBXHotSpot objects.
Visual Basic Syntax
TNBXHotSpots.Items(Index As Integer) [= TNBXHotSpot]
Delphi Syntax
TNBXHotSpots.Items[Index As Integer] [:= TNBXHotSpot];
Remarks
Use Items to get an specific hotspot from the collection. The Index parameter indicates the object's index in the collection, where 0 is the index of the first element and (TNBXHotSpots.Count-1) is the index of the last element. Use Items with the Count property to iterate through all the objects in the list.
See also TNBHotSpot control.
|