Access to properties of subordinate menu items (by index or numeric identifier)
All the properties of this group are just another (equivalent) way to access the properties of individual menu items.
GetMenuItemHandle(i) and ItemHandle [i] - returns the numeric identifier of the menu item (see MenuID);
ItemChecked[i]- the menu item "marked". Do not use this property to "check" a radio group item to toggle menu items, use the RadioCheck property for that;
ItemEnabled[i] - the menu item is available;
ItemVisible[i]- the menu item is visible. See the note on the Visible property - everything said for it is the same for this property, because it is actually another way to refer to this property;
RadioCheck(i) - makes the menu item included in the group of radio-switchable menu items "marked", while removing the marking from all other items in this group;
ItemBitmap[i] - a bitmap to display to the left of the text in a menu item;
ItemHelpContext[i] - the context of the help system;
ItemAccelerator[i] - accelerator (keyboard shortcut) for quick access to a menu item;
ItemSubMenu[i] - descriptor of the parent menu item;