Hi,
It is not possible to add a ControlContainerTool to a PopupMenuTool. Why???If I add the PopupControlContainerTool, I get an extra level in the menu to click on, and the control innside is alone (e.g. I cannot add other, normal Tools to it). Why is this? It's sure makes it harder for the user (and the developer!).
As mentioned in the following article from the online help (ControlContainerTool Class), the ControlContainerTool cannot be added to the Tools collection of a menu (PopupMenuTool and ApplicationMenuArea ). I would suggest you to use the PopupControlContainerTool and assign as its control a control that is container of other controls (custom control or for example panel as in the attached sample)
Let me know if this is helpful for you.
Regards,
Stefaniya
Yes, as I mentioned, that did work, but it adds an extra menu level (an extra click to the user). Not very usability-friendly.