JVCL Help:TMenuLocation
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TMenuLocation type
Search in JVCL Help
Search in all projectsSummary
Specifies how menu items are added to a menu.
Pascal
run\JvMRUManager.pas
TMenuLocation = (
mruChild,
mruSibling
);
Members
Members | Description |
mruChild | Items are added as children of the selected menu item. |
mruSibling | Items are added as siblings of the selected menu item. |
Description
Type used by the MenuLocation property of a TJvMRUManager to indicate how MRU items are added to a menu.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page