Type ComboBox
object
--+
|
Object
--+
|
EvtHandler
--+
|
Window
--+
|
Control
--+
|
object
--+ |
| |
ItemContainer
--+
|
ComboBox
--+
|
MaskedEditMixin
--+
|
BaseMaskedComboBox
--+
|
MaskedEditAccessorsMixin
--+
|
ComboBox
The "user-visible" masked combobox control, this class is
identical to the BaseMaskedComboBox class it's derived from.
(This extra level of inheritance allows us to add the generic
set of masked edit parameters only to this class while allowing
other classes to derive from the "base" masked combobox control,
and provide a smaller set of valid accessor functions.)
See BaseMaskedComboBox for available methods.