Re: Combobox dropdown style - search
Posted: Tue Mar 10, 2009 6:57 am
Dear Otto,
A combobox with the style CBS_DROPDOWN automatically creates and manages a child TGet (standard Windows behavior).
What we do from FiveWin is to redefine that TGet so we have full control on it. If you comment out those lines in the Class TComboBox, then you don't redefine it and you have standard Windows behavior for its Get.
A combobox with the style CBS_DROPDOWN automatically creates and manages a child TGet (standard Windows behavior).
What we do from FiveWin is to redefine that TGet so we have full control on it. If you comment out those lines in the Class TComboBox, then you don't redefine it and you have standard Windows behavior for its Get.