indexing description: "ComboBoxEx Style (CBES) messages." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_CBES_CONSTANTS feature -- Access Cbes_ex_noeditimage: INTEGER is 1 -- The edit box will not display an item image. -- -- Declared in Windows as CBES_EX_NOEDITIMAGE Cbes_ex_noeditimageindent: INTEGER is 2 -- The edit box will not indend text to make room -- for an item image. -- -- Declared in Windows as CBES_EX_NOEDITIMAGEINDENT invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_CBES_CONSTANTS