A Popup Menu Tool does allow to set a small and large image for it, however the image does not get displayed. I basically had to use the State Button instead.
Is this by design or I am hitting a bug here.
Thanks.
Set the tool's SharedProps.DisplayStyle to ImageAndText. You can also set this on the InstanceProps instead.
I know those properties and they work as you suggested except for the PopupMenuTool.
In design mode, when you right-click on it, the design menu comes up but the item refering to "Image and Test" is grayed out. All item in that group are disabled (grayed out). However you can set a Small or Image for the control.
If you go through Right-click on UltraToolbarsManager -> Customize ... then you get the full Customize editor where you can indeed set the display style to "ImageAndText". There is no effect on screen though, the system disconsider the setting.
My environment is as follows:
XPSP2
VS2008 SP1
Infragistics 7.1.20071.1067
These might be bugs. You can submit the issues to the support group here: http://ko.infragistics.com/gethelp.
I was able to get the image to display by selecting the menu tool at design-time and clicking the 'Selected Object' button the the property grid for the toolbars manager, then changing the value through the property grid.