G
Guest
Hi,
i have made custom control derived from System.Windows.Forms.ComboBox and i
would like to do some special action when user press some key. I tried to add
delegate to KeyDown event, but it does not work. I althought tried to
override functions such OnKeyDown, OnKeyPress, OnKeyUp - it does not work
too. (With 'does not work' i mean that such functions are not entered when
event is rised.)
Is standard behavior of ComboBox control?
Is there any other way to recognize that key was pressed?
i have made custom control derived from System.Windows.Forms.ComboBox and i
would like to do some special action when user press some key. I tried to add
delegate to KeyDown event, but it does not work. I althought tried to
override functions such OnKeyDown, OnKeyPress, OnKeyUp - it does not work
too. (With 'does not work' i mean that such functions are not entered when
event is rised.)
Is standard behavior of ComboBox control?
Is there any other way to recognize that key was pressed?