This question is locked. New answers and comments are not allowed.
Hi, I have a set of Rad buttons ina ribbon group. After clicking a button I want the other button to be set to unclicked. In the image attached, the Edit button was clicked several clicks previosuly but is still ahve the clicked look.
I am guessing the psuedo code will be something like
For each button in Ribbon Group
If button is not this button then
button.clickedLook = false
I would like please to clear the selection off a Ribbon Gallery. Pseudo code would be
For each GalleryItem in Gallery
selected = false
Sorry about such a straight forward question but I'm a dumb VB programmer. Please provide the answer in C#.
Many thanks
Steven
I am guessing the psuedo code will be something like
For each button in Ribbon Group
If button is not this button then
button.clickedLook = false
I would like please to clear the selection off a Ribbon Gallery. Pseudo code would be
For each GalleryItem in Gallery
selected = false
Sorry about such a straight forward question but I'm a dumb VB programmer. Please provide the answer in C#.
Many thanks
Steven