I have added a Gallery item to my ribbon bar and set the ItemStyle for the gallery to StateButton. When the user clicks on an item it now maintains the checked state as expected, but I want to be able "check" an item programmatically depending on the users current selection in the form. How can I do this?
Thanks.
Brian
After some investigation I found that I can do this by assigning the item to the PopupGalleryTool's SelectedItem property.