Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
739
Popup Menu
posted

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 

Parents
No Data
Reply
  • 44743
    posted

    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.

Children