Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)