T
Tomaz Koritnik
I have an UserControl with a Textbox on it. TextBox captures keys (I assume
via overridden ProcessCmdKey method) and doesn't pass them onto parent (by
not calling base.ProcessCmdKey) therefore KeyDown is not trigered in parent
UserControl. I wan't to catch enter key in UserControl but I can't do that.
Is there any way to capture it before it reaches TextBox WITHOUT modifying
TextBox code?
regards
Tomaz
via overridden ProcessCmdKey method) and doesn't pass them onto parent (by
not calling base.ProcessCmdKey) therefore KeyDown is not trigered in parent
UserControl. I wan't to catch enter key in UserControl but I can't do that.
Is there any way to capture it before it reaches TextBox WITHOUT modifying
TextBox code?
regards
Tomaz