Hi,
I've a ribbon with 3 ribbontab. When I press button in the 3er ribbontab, I'd need to see the first ribbontab, how can i do??
(if you see the pictures, I need when I press the button "Insertar" in the ribbontab "Opciones", view the ribbontab "mantenimiento")
I've a ribbon with 3 ribbontab. When I press button in the 3er ribbontab, I'd need to see the first ribbontab, how can i do??
Try setting the SelectedTab property of the UTM.
ultraToolbarsManager1:Ribbon:SelectedTab = ultraToolbarsManager1:Ribbon:Tabs[0] .
Ok, it's works!!! Thank you very much!!!!