- indexing
- title: "Visual Eiffel Library.", "Dialog 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_DIALOG_STYLES
- feature -- Class data
-
DS_ABSALIGN: BIT 32
-
DS_SYSMODAL: BIT 32
-
DS_LOCALEDIT: BIT 32
-
DS_SETFONT: BIT 32
-
DS_MODALFRAME: BIT 32
-
DS_NOIDLEMSG: BIT 32
-
DS_SETFOREGROUND: BIT 32
end -- class WAPI_DIALOG_STYLES