INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Edit control options (ECO) for the rich edit control. ", "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_ECO_CONSTANTS
inherit

WAPI_RICHEDIT_CONST
rename
eco_autowordselection as b32eco_autowordselection,
eco_autovscroll as b32eco_autovscroll,
eco_autohscroll as b32eco_autohscroll,
eco_nohidesel as b32eco_nohidesel,
eco_readonly as b32eco_readonly,
eco_wantreturn as b32eco_wantreturn,
eco_savesel as b32eco_savesel,
eco_selectionbar as b32eco_selectionbar,
eco_vertical as b32eco_vertical,
enm_none as b32enm_none,
enm_change as b32enm_change,
enm_update as b32enm_update,
enm_scroll as b32enm_scroll,
enm_keyevents as b32enm_keyevents,
enm_mouseevents as b32enm_mouseevents,
enm_requestresize as b32enm_requestresize,
enm_selchange as b32enm_selchange,
enm_dropfiles as b32enm_dropfiles,
enm_protected as b32enm_protected,
enm_correcttext as b32enm_correcttext,
enm_imechange as b32enm_imechange
end
feature -- Access

Eco_autowordselection: INTEGER
-- Automatic selection of word on doubleclick.

Eco_autovscroll: INTEGER
-- Same as ES_AUTOVSCROLL style.

Eco_autohscroll: INTEGER
-- Same as ES_AUTOHSCROLL style.

Eco_nohidesel: INTEGER
-- Same as ES_NOHIDESEL style.

Eco_readonly: INTEGER
-- Same as ES_READONLY style.

Eco_wantreturn: INTEGER
-- Same as ES_WANTRETURN style.

Eco_savesel: INTEGER
-- Same as ES_SAVESEL style.

Eco_selectionbar: INTEGER
-- Same as ES_SELECTIONBAR style.

Eco_vertical: INTEGER
-- Same as ES_VERTICAL style. Available in
-- Asian-language versions only.
end -- class WEL_ECO_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES