-1
I have a kind of control System.Windows.Forms.TextBox
populated in my form and it had some validations, as allow me to type only numbers, however I realized that if I use the shortcut key to paste a text (Ctrl + V
), that field gets the information and I wouldn’t want that to happen.
Is there any way to block this behavior?