TdxBarApplicationMenuButton.Collection Property
Provides access to a collection of Application Menu buttons.
Declaration
property Collection: TdxBarApplicationMenuButtons read;
Property Value
| Type |
|---|
| TdxBarApplicationMenuButtons |
Remarks
Using the collection’s Items property, you can obtain access to any individual button that is stored in the collection.
See Also