https://github.com/billchungiii/replacedeltobacksamples
some ways to replace delete key by backspace key function (WPF)
https://github.com/billchungiii/replacedeltobacksamples
wpf
Last synced: 6 months ago
JSON representation
some ways to replace delete key by backspace key function (WPF)
- Host: GitHub
- URL: https://github.com/billchungiii/replacedeltobacksamples
- Owner: billchungiii
- Created: 2020-03-23T11:24:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T18:07:22.000Z (over 5 years ago)
- Last Synced: 2025-01-23T10:37:02.717Z (11 months ago)
- Topics: wpf
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReplaceDelToBackSamples
some ways to replace delete key to backspace key function (WPF)
1. inherit TextBox
2. override OnPreviewKeyDown in Window class
3. RegisterClassHandler (see App.cs)