I want to use an access key on the label to trigger the opening of the dropdown menu. In my case, the label is "Appl_y Template" and I want to press Alt+Y to open the menu. The window is opened via ShowDialog() method. I modified the template and change the TextBlock to a Label control. But I don't know what the target is? How to trigger the dropdown menu from the template? Could you assist me with this?