TdxBarApplicationMenuExtraPane.Items Property
In This Article
Specifies a list of shortcuts.
#Declaration
Delphi
property Items: TdxBarExtraPaneItems read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The Application Menu is split into two panels. The right panel contains a list of shortcuts, such as the recently used documents:
Use the Items property to populate the right panel with shortcut items.
See Also