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 |
BaseMaskedComboBox |
Base class for generic masked edit comboboxes; allows auto-complete of values. |
ComboBox |
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from. |
MaskedComboBoxSelectEvent |
Because calling SetSelection programmatically does not fire EVT_COMBOBOX
events, the derived control has to do it itself when it auto-completes. |
PreMaskedComboBox |
This class exists to support the use of XRC subclassing. |