The latest build of this product (v24.1.3) was released 2 months ago,
which was before this thread was created.
Posted 30 days ago
by Louis Simon
Version: 24.1.3
Platform: .NET 4.8
Environment: Windows 10 (64-bit)
Dear team,
In ribbon we have a lot of BarButton with only one Label and InutGesture and in most cases we would like to have in tooltip "My label (Ctrl + A)" for instance.
In the documentation for screen tips there is this example which is pretty much what we would like to have:
<!-- Copy (Ctrl+C) -->
<bars:BarButton Label="Copy" Command="ApplicationCommands.Copy" />
But this example does seem to work (even in an extremely simple app with only on ribbon and button).
Thank you for any help.