INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Edit control style (ES) 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_ES_CONSTANTS
inherit

WAPI_EDIT_CONTROL_STYLES
rename
es_left as b32es_left,
es_center as b32es_center,
es_right as b32es_right,
es_multiline as b32es_multiline,
es_uppercase as b32es_uppercase,
es_lowercase as b32es_lowercase,
es_password as b32es_password,
es_autovscroll as b32es_autovscroll,
es_autohscroll as b32es_autohscroll,
es_nohidesel as b32es_nohidesel,
es_oemconvert as b32es_oemconvert,
es_readonly as b32es_readonly,
es_wantreturn as b32es_wantreturn
end
feature -- Access

Es_left: INTEGER

Es_center: INTEGER

Es_right: INTEGER

Es_multiline: INTEGER

Es_uppercase: INTEGER

Es_lowercase: INTEGER

Es_password: INTEGER

Es_autovscroll: INTEGER

Es_autohscroll: INTEGER

Es_nohidesel: INTEGER

Es_oemconvert: INTEGER

Es_readonly: INTEGER

Es_wantreturn: INTEGER
end -- class WEL_ES_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES