Skip to main content

TdxBarListItem.ItemList Property

Returns a list of item controls that represent items in the current item list, and items located in the item list control.

Declaration

property ItemList: TList read;

Property Value

Type
TList

Remarks

By right-clicking either a submenu that contains a list item, or a list item on a toolbar, an end-user can invoke a popup menu that contains strings (items of the item list). These strings are represented by toolbar buttons whose captions are the values of the Items property.

The ItemList property provides access to the list of these toolbar buttons.

See Also