Like the subject says, is there a way to make a PopupMenuTool appear as a large icon on the ribbon? Failing that, is there a way to get the same effect with another control?
This would be fore like a new button that could create a new one of any number of items (similiar to the outlook new button).
Thanks,
Beardo
On the PopupMenuTool, set the InstanceProps.PreferredSizeOnRibbon to Large. Alternatively, you can set the InstanceProps.MinimumSizeOnRibbon to Large if you want to prevent the tool from shrinking to the normal size when there is not enough room for all tools. Then set the DropDownArrowStyle to Segmented so the tool has a button portion and a drop down portion.
Yes, that does work. Sorry for the dumb question, I just set the property in the wrong instance, so I didn't think it worked.