+WXHWND wxComboBox::GetEditHWNDIfAvailable() const
+{
+ // we assume that the only child of the combobox is the edit window so it's
+ // unnecessary to pass "EDIT" as class name parameter
+ return (WXHWND)::FindWindowEx(GetHwnd(), NULL, NULL, NULL);
+}
+