- indexing
- title: "Edit Notification mask (ENM) constants 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_ENM_CONSTANTS
- inherit
-
WAPI_RICHEDIT_CONST
-
- rename
-
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,
-
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
- end
- feature -- Access
-
Enm_none: INTEGER
-
Enm_change: INTEGER
-
Enm_update: INTEGER
-
Enm_scroll: INTEGER
-
Enm_keyevents: INTEGER
-
Enm_mouseevents: INTEGER
-
Enm_requestresize: INTEGER
-
Enm_selchange: INTEGER
-
Enm_dropfiles: INTEGER
-
Enm_protected: INTEGER
-
Enm_correcttext: INTEGER
-
Enm_imechange: INTEGER
end -- class WEL_ENM_CONSTANTS