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
180
How to add a popup button tool which can change the button based on the selected item?
posted

I want to implement a popup button tool on the toolbar, which can change its image and command  based on the selected item.

Just like the Window tool in Visual Studio:

At first the image and command is Breakpoints, and if you click "Output" on the popup menu, then the image and command are changed to "Output".

Is it possible to implement such button using Infragistics?

 

  • 44743
    Suggested Answer
    posted

    This can not be done automatically. You would need to manually change the image of the PopupMenuTool when one of its tools is clicked.