- indexing
- title: "Visual Eiffel Library.", "Combo Box styles."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_COMBO_BOX_STYLES
- feature -- Class data
-
CBS_SIMPLE: BIT 32
-
CBS_DROPDOWN: BIT 32
-
CBS_DROPDOWNLIST: BIT 32
-
CBS_OWNERDRAWFIXED: BIT 32
-
CBS_OWNERDRAWVARIABLE: BIT 32
-
CBS_AUTOHSCROLL: BIT 32
-
CBS_OEMCONVERT: BIT 32
-
CBS_SORT: BIT 32
-
CBS_HASSTRINGS: BIT 32
-
CBS_NOINTEGRALHEIGHT: BIT 32
-
CBS_DISABLENOSCROLL: BIT 32
end -- class WAPI_COMBO_BOX_STYLES