Skip to main content
A newer version of this page is available. .

TdxBarApplicationMenuButtons.Items Property

Provides indexed access to buttons in the collection.

Declaration

property Items[Index: Integer]: TdxBarApplicationMenuButton read; write; default;

Property Value

Type
TdxBarApplicationMenuButton

Remarks

Use the Items property to obtain a reference to a button at the position specified by the zero-based Index parameter.

See Also