#endif
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxComboBoxNameStr[];
class WXDLLEXPORT wxGenericComboControl : public wxComboCtrlBase
{
virtual ~wxGenericComboControl();
+ virtual bool IsKeyPopupToggle(const wxKeyEvent& event) const;
+
static int GetFeatures() { return wxComboCtrlFeatures::All; }
#if defined(__WXUNIVERSAL__)