Using combobox at C#, VS 2010, Forms.
After you drop a combobox, you scroll on list of choices with your mouse. Which event triggers this on MSDN Combobox Events
example: list of choices on combobox are apple, banana, chocolate, etc., you point at apple it calls the event, you point on banana it calls the same event, etc.
Also how do I get the values its pointing at?
If there is no event available, can I make one via program?
Been googling for a long time now can't seem to find what I need.