Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billchungiii/replacedeltobacksamples
some ways to replace delete key by backspace key function (WPF)
https://github.com/billchungiii/replacedeltobacksamples
wpf
Last synced: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T18:07:22.000Z (over 4 years ago)
- Last Synced: 2023-11-30T21:24:29.389Z (about 1 year 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)