I am using ultratoolbarmanager with menus. I want to customise one of the child menu using control container, but the designer is not allowing me to use the control container at child level.
To give more details, I have menu "Item" under this menu, there are 3 child menus "Search", "New", "XXX". so, I need the customise the menu "XXX" using control container. is that possible?
I do not understand the question. Do you want to use a control container to customize a menu, or are you talking about the PopupControlContainerTool, which is a menu that displays a Control? Can you post a small sample demonstrating the problem?
Girivc,I think I understand what you want to achieve.To do that you have to change the XXX ToolType. I suppose you placed XXX tool as a PopupMenu. Place instead a PopupControlContainer tool. To change the type of the control just right click it and choose "Change Tool Type..." option.Once XXX tool is a PopupControlContainer you can set its property DropDownArrowStyle to make it look as you prefer (to get it looks like the screenshoot you post, set this property to "standard").Now you can set the property Control (again a property of the XXX tool) to the control you prefer.I'm going to attach a simple sample to show you the working thing, where I choosed as custom control a UltraCalculator, but obviously you can put any control you desire.If you have a different version of Infragistics, not a metter, just look at project reference and add the same Infragistics assembly I put, but relatively to your version.
Let me know if this is what you are looking for.ByeGianni