I want a formatbar like in Office 2010 with WPF:
- Select Text and then click buttons on appearing tooltip to execute a command
How can I make that work?
|
|
|
The ToolTip window can't accept focus, use the Popup control instead. It's a bit more cumbersome, than a tooltip, because many useful properties are set to false by default, here is a tiny example:
|
|||||
|