- indexing
- title: "Visual Eiffel Library.", "Button 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_BUTTON_CONTROL_STYLES
- feature -- Class data
-
BS_PUSHBUTTON: BIT 32
-
BS_DEFPUSHBUTTON: BIT 32
-
BS_CHECKBOX: BIT 32
-
BS_AUTOCHECKBOX: BIT 32
-
BS_RADIOBUTTON: BIT 32
-
BS_3STATE: BIT 32
-
BS_AUTO3STATE: BIT 32
-
BS_GROUPBOX: BIT 32
-
BS_USERBUTTON: BIT 32
-
BS_AUTORADIOBUTTON: BIT 32
-
BS_OWNERDRAW: BIT 32
-
BS_LEFTTEXT: BIT 32
end -- class WAPI_BUTTON_CONTROL_STYLES