Let's say I have 5 buttons aligned in a row, and the text on the buttons cycle when I click on any of them. I want to turn this into a single control, so that I can create more of these "5 button" controls with similar behavior.
What would be the best way to create this sort of control, while still sort of preserving the control of the 5 buttons?