INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "ComboBox Style (CBS) messages. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_CBS_CONSTANTS
inherit

WAPI_COMBO_BOX_STYLES
rename
cbs_simple as b32cbs_simple,
cbs_dropdown as b32cbs_dropdown,
cbs_dropdownlist as b32cbs_dropdownlist,
cbs_ownerdrawfixed as b32cbs_ownerdrawfixed,
cbs_ownerdrawvariable as b32cbs_ownerdrawvariable,
cbs_autohscroll as b32cbs_autohscroll,
cbs_oemconvert as b32cbs_oemconvert,
cbs_sort as b32cbs_sort,
cbs_hasstrings as b32cbs_hasstrings,
cbs_nointegralheight as b32cbs_nointegralheight,
cbs_disablenoscroll as b32cbs_disablenoscroll
end
feature -- Access

Cbs_simple: INTEGER

Cbs_dropdown: INTEGER

Cbs_dropdownlist: INTEGER

Cbs_ownerdrawfixed: INTEGER

Cbs_ownerdrawvariable: INTEGER

Cbs_autohscroll: INTEGER

Cbs_oemconvert: INTEGER

Cbs_sort: INTEGER

Cbs_hasstrings: INTEGER

Cbs_nointegralheight: INTEGER

Cbs_disablenoscroll: INTEGER
end -- class WEL_CBS_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES