Prevent Combobox from dropping- DOT NET

How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?

E

Expert

Verified

To avoid dropping of a Combobox, we need to override the WndProc() method and ignore WM_LBUTTONDBLCLK  and WM_LBUTTONDOWN events.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.