ComboBoxBarItem Selected Event

I have a ComboBoxBarItem on an XPToolbar. Every time my mouse moves over the combo box, I get a Selected event. Is there any way I can stop this from happening or determine that it is happening during the mouse move, not a true select? Also is there any way for me to custom draw the items in the combo box (I would like different colors for the lines)? Thanks, Sue

1 Reply

RP Ramesh Praveen Syncfusion Team May 20, 2003 02:51 PM UTC

Hi Sue, You should be listening to the Click event rather than the selected event. The Click will be fired everytime the user makes a selection or types something in and hits enter, if editable. Unfortunately there is no owner draw support for the comboboxbaritem in our current version. Regards, Praveen

Loader.
Up arrow icon