G
Guest
Hi,
I have one label control in my form. I want to select that label control at run time and press delete key from key. In that event, I want to do something. How do I do that? How do I attach delete key events on label control in winform
I found only Label.KeyDown event in MSDN library. And I found this,this event is not intended to be used directly from your code. I want to do that way. How do I do? is it possible
Regards
I have one label control in my form. I want to select that label control at run time and press delete key from key. In that event, I want to do something. How do I do that? How do I attach delete key events on label control in winform
I found only Label.KeyDown event in MSDN library. And I found this,this event is not intended to be used directly from your code. I want to do that way. How do I do? is it possible
Regards