- indexing
- title: "Tab control style (TCS) 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_TCS_CONSTANTS
- feature -- Access
-
Tcs_buttons: INTEGER
-
Tcs_fixedwidth: INTEGER
-
Tcs_focusnever: INTEGER
-
Tcs_focusonbuttondown: INTEGER
-
Tcs_forceiconleft: INTEGER
-
Tcs_forcelabelleft: INTEGER
-
Tcs_multiline: INTEGER
-
Tcs_ownerdrawfixed: INTEGER
-
Tcs_raggedright: INTEGER
-
Tcs_rightjustify: INTEGER
-
Tcs_singleline: INTEGER
-
Tcs_tabs: INTEGER
-
Tcs_tooltips: INTEGER
-
Tcs_scrollopposite: INTEGER
-
Tcs_bottom: INTEGER
-
Tcs_right: INTEGER
-
Tcs_hottrack: INTEGER
-
Tcs_vertical: INTEGER
end -- class WEL_TCS_CONSTANTS