I have a button on which I apply ALT key shortcut:
<Button Click="Button_Click" Width="50" Height="50">_Hello</Button>
Now, if I pressed ALT Key underscore is displaying, but pressing the ALT again does not disappear underscore. Can this be done in XAML without using events?