- indexing
- title: "Visual Eiffel Library.", "Edit Control Styles."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_EDIT_CONTROL_STYLES
- feature -- Class data
-
ES_LEFT: BIT 32
-
ES_CENTER: BIT 32
-
ES_RIGHT: BIT 32
-
ES_MULTILINE: BIT 32
-
ES_UPPERCASE: BIT 32
-
ES_LOWERCASE: BIT 32
-
ES_PASSWORD: BIT 32
-
ES_AUTOVSCROLL: BIT 32
-
ES_AUTOHSCROLL: BIT 32
-
ES_NOHIDESEL: BIT 32
-
ES_OEMCONVERT: BIT 32
-
ES_READONLY: BIT 32
-
ES_WANTRETURN: BIT 32
end -- class WAPI_EDIT_CONTROL_STYLES