Is it possible to create custom controls for the Ribbonbar? For example: I need a ComboBox which executes a macro after every KeyUp event and changes the background color of the control.
AFAIK there is no background color property in the MS-CUSTOMUI Combobox and only a "onChange" event which only works when hitting Enter.
Looks like I need to create my own ComboBox. Can it be done?