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?
This can not be done automatically. You would need to manually change the image of the PopupMenuTool when one of its tools is clicked.