Hello,
I have a main menu, with all those things like "File", "Tools"... created dinamically, using UltraWinToolbars.PopupControlContainerTools
I want to put an image next to the text, so I have those two things, text+image. If I put the property "ImageAndText" to a button, for exemple, I can create that button with the image and the text, but I can't do it on the menu. Maybe that's because, in the description of this property, it says "This setting is ignored when the item is on a top-level menu."
I can put an image with ImageOnlyOnToolbars, and a text with TextOnlyAlways, for example, but I can't put both things in the menu. Is there any way of doing it? Thanks a lot.
Hello Xe,
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.
Yep, you misunderstood me :P
Or maybe I didn't explain the situation well(I'm sure it's that).
What I want is not to put the image with one of the inner buttons of the menu, I want to put it in the main button itself, the upper one. Exactly what you did, but in the button that opens the menu.
Is that possible? Thanks :)