property Item.Parent as Item
Gets the item's parent.

TypeDescription
Item An Item object that identifies the parent of the item.

Use the Parent property to get the parent's item. The Parent property retrieves nothing if the item has no parent. The items in the Items collection has no parent items.  Use the Add method to add new items to your menu. Use the SubMenu property to access the item's sub menu, if the item is of SubMenu type. Use the SubControl property to access the inside ActiveX control, if the item is of SubControl type.