C# textbox disable shortcuts
问题 i use a textbox inside my windows form application and i need to disable the shortcuts CTRL + I and CTRL + H . I tried many different solutions i found via google but it won't work. I use CTRL + I already as a custom shortcut in my app and i do not want to have a tabstop inserted by this command inside my textbox. For whatever reason CTRL + H acts like pressing delete? If i set "Shortcuts enabled" to false in the properties of the control CTRL + I and CTRL + H are still working. CTRL + C or