- indexing
- title: "ListBox Style constants. ", "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_LBS_CONSTANTS
- inherit
-
WAPI_LIST_BOX_STYLES
-
- rename
-
lbs_notify
as b32lbs_notify,
-
lbs_sort
as b32lbs_sort,
-
lbs_noredraw
as b32lbs_noredraw,
-
lbs_multiplesel
as b32lbs_multiplesel,
-
lbs_ownerdrawfixed
as b32lbs_ownerdrawfixed,
-
lbs_ownerdrawvariable
as b32lbs_ownerdrawvariable,
-
lbs_hasstrings
as b32lbs_hasstrings,
-
lbs_usetabstops
as b32lbs_usetabstops,
-
lbs_nointegralheight
as b32lbs_nointegralheight,
-
lbs_multicolumn
as b32lbs_multicolumn,
-
lbs_wantkeyboardinput
as b32lbs_wantkeyboardinput,
-
lbs_extendedsel
as b32lbs_extendedsel,
-
lbs_disablenoscroll
as b32lbs_disablenoscroll,
-
lbs_nodata
as b32lbs_nodata,
-
lbs_standard
as b32lbs_standard
- end
- feature -- Access
-
Lbs_notify: INTEGER
-
Lbs_sort: INTEGER
-
Lbs_noredraw: INTEGER
-
Lbs_multiplesel: INTEGER
-
Lbs_ownerdrawfixed: INTEGER
-
Lbs_ownerdrawvariable: INTEGER
-
Lbs_hasstrings: INTEGER
-
Lbs_usetabstops: INTEGER
-
Lbs_nointegralheight: INTEGER
-
Lbs_multicolumn: INTEGER
-
Lbs_wantkeyboardinput: INTEGER
-
Lbs_extendedsel: INTEGER
-
Lbs_disablenoscroll: INTEGER
-
Lbs_nodata: INTEGER
-
Lbs_standard: INTEGER
end -- class WEL_LBS_CONSTANTS