G
Guest
Hallo,
i would like to prevent TextBox and ComboBox from handling some keyevents. I
have installed SP3. For example TextBox should not handle Keys.Up/Down,
ComboBox should not handle alphabetic keys ans so on... (i would like make
own handlers in derived controls).
I tryed to register KeyDown handler witch sets KeyEventArgs.Handled to true,
override OnKeyDown,Up,Press without calling base.OnKey... but without any
success. Is there any way to do so?
i would like to prevent TextBox and ComboBox from handling some keyevents. I
have installed SP3. For example TextBox should not handle Keys.Up/Down,
ComboBox should not handle alphabetic keys ans so on... (i would like make
own handlers in derived controls).
I tryed to register KeyDown handler witch sets KeyEventArgs.Handled to true,
override OnKeyDown,Up,Press without calling base.OnKey... but without any
success. Is there any way to do so?