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
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.
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