Hi,
I am using the Popup menu control in my windows application.
I want to hide the image are in the popup dropdown ie. side strip
Awaiting for the reply
Thanks & Regards
Maguesh
Hi Mike
Thanks for your reply
I have attached screen shot of the menu image in that some of the menus have the images in the side strip some have not.
I want to hide the side strip which menus have not the images
Thanks
I'm not sure I fully understand the problem. If you can post a image of what it looks like now and possibly an image of what you are trying to achieve I might be able to help.
Thanks Mike,
I am using some menus with some without images I want to hide the images area which menu dont have the images,
I am tryed your suggesion but it cant work
Please advice
I assume you mean you want to prevent the images of the tools in the menu from appearing in the image area on the left edge of the menu. One way to accomplish this is by setting the menu's Settings.ToolDisplayStyle to TextOnlyInMenus. If you want to hide the image for individual tools but leave others showing, you can set the tool's DisplayStyle (accessed from its InstanceProps or SharedProps) to TextOnlyInMenus.