Capturing KeyPress on a ComboBoxBarItem

Anyone have an example on how to best capture a keypress event on a ComboBoxBarItem?

1 Reply

RP Ramesh Praveen Syncfusion Team May 30, 2003 01:22 PM UTC

The ComboBoxBarItem is not a Control derived class and so it is not possible to listen to the KeyPress events of the textbox that is internally used in the implementation. For your information, a Click event will be fired when the user hits an Enter, if that is what you are looking for. Regards, Praveen

Loader.
Up arrow icon