Posted 15 years ago
by Markus Springweiler
Hello,
currently the tooltip/screentip of the Dialog Launcher displays the name/label of the group when there is no explicit ScreenTipHeader set. But I think it would be more logical/informative to show the label of the bound command then?
I also think that the ribbon controls automatically could pick up RoutedUICommand.Text for the label if there is no RibbonCommandUIProvider registered. Doing something like below for every known command looks somewhat arkward:
currently the tooltip/screentip of the Dialog Launcher displays the name/label of the group when there is no explicit ScreenTipHeader set. But I think it would be more logical/informative to show the label of the bound command then?
I also think that the ribbon controls automatically could pick up RoutedUICommand.Text for the label if there is no RibbonCommandUIProvider registered. Doing something like below for every known command looks somewhat arkward:
RibbonCommandUIManager.Register(ApplicationCommands.Help, new RibbonCommandUIProvider(ApplicationCommands.Help.Text));