I have a PopupControlContainerTool in my ribbon bar which has an image assigned and is set to the 'segmented' drop down arrow style. When I set the Checked property to true (either at design time or at runtime) it does not seem to have any effect on the way it's displayed. Is this a bug or am I doing something wrong?
Thanks.
You must use the SegmentedStateButton DropDownArrowStyle to be able to see the Checked state.
Thanks Mike, that done the trick. :)