- indexing
- title: "Visual Eiffel Library.", "Win32 API: Owner draw states"
- 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_OWNER_DRAW_STATES
- feature
-
ODS_SELECTED: BIT 32
-
ODS_GRAYED: BIT 32
-
ODS_DISABLED: BIT 32
-
ODS_CHECKED: BIT 32
-
ODS_FOCUS: BIT 32
- feature -- Windows 95 Only
-
ODS_DEFAULT: BIT 32
-
ODS_COMBOBOXEDIT: BIT 32
end -- class WAPI_OWNER_DRAW_STATES