I want a ComboBox to expand(drop down the list) whenever it gets focus.
I am thinking abiut getting a handle to mouse and firing its click or mouse down event for left button on the location where that particular ComboBox is placed. But dont know how to get the mouse handle?
Any Idea about mouse handle or direclty manipulating ComboBox as i need it?
