get name of box of theObject

is it possible to get the name of the box that an object is enclosed in? I have an app where users start in view A then can go to sub views B, C, D which are all in boxes. I want to have a button with the same title in the boxes to take you back to view A. I know I can just name the buttons differently but is there a way of determing the name of the box the button is in? When I log box of theObject I get this:

box «constant ****all » of button id 10 of box id 6 of window id 1

I get the same for name of box of theObject or id of box of theObject.

Any ideas?

Thanks