 
       wx.lib.masked.combobox¶
  wx.lib.masked.combobox¶Provides masked edit capabilities within a ComboBox format, as well as a base class from which you can derive masked comboboxes tailored to a specific function. See maskededit module overview for how to configure the control.
 Classes Summary¶
 Classes Summary¶| BaseMaskedComboBox | Base class for generic masked edit comboboxes; allows auto-complete of values. | 
| ComboBox | The “user-visible” masked combobox control, this class is | 
| MaskedComboBoxEventHandler | This handler ensures that the derived control can react to events | 
| MaskedComboBoxSelectEvent | Because calling SetSelection programmatically does not fire EVT_COMBOBOX | 
| PreMaskedComboBox | This class exists to support the use of XRC subclassing. |