However, a ComboBoxGadget can receive the keyboard focus even when it's not editable. Is it possible for these two events to be used for that case as well?#PB_EventType_Focus : The edit field received the keyboard focus (editable ComboBox only).
#PB_EventType_LostFocus: The edit field lost the keyboard focus (editable ComboBox only).
Thanks!