StackPanel で挿入ボタンのキーを作成しようとしてAltいますが、機能していません。
次のコードがあります
<StackPanel Name="ButtonsStackPanel" Grid.Row="2">
<Button Name="btnAnother" Click="btnAnother_Click" Height="24" Width="251" Content="_More" ToolTip="Alt + M"></Button>
<Button Name="btnInsert" Click="btnInsert_Click" Height="24" Width="251" Content="_Insert" ToolTip="Alt + I"></Button>
<Button Height="23" Name="btnClose" Width="249" Click="btnClose_Click" ToolTip="Alt + C" Content="_Close"></Button>
</StackPanel>
More
とClose
ボタンの場合、+Altキーが機能します