<Button Content="Кнопка" Click="Button_Click" IsDefault="True"/>
There is such a button. I want her behavior to be different in cases:
- Press Enter.
- Shift + Enter pressed.
- Ctrl + Enter pressed.
How to implement the Button_Click method in this case?
There is such a button. I wan...">
<Button Content="Кнопка" Click="Button_Click" IsDefault="True"/>
There is such a button. I want her behavior to be different in cases:
How to implement the Button_Click method in this case?
Source: https://ru.stackoverflow.com/questions/408494/
All Articles