Hi PB community...
Is there any way to obtain the parent menu of a menu?
If for example I have the reference of a leaf menu, can I "travel" from that menu to it's root?
I know I can use the item[] property to get the child menu items, I suppose I can build an array with all parent - child relations but I HOPE there is a better way, maybe a property or a function I missed from PB documentation..
How would you solve a problem like this?
I was looking for a specific property. GetParent() is described in a very generic way on help file.
Thanks!