indexing
	description: "WEL_HEADER_CONTROL styles."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_HDS_CONSTANTS

feature -- Access

	hds_buttons: INTEGER
			-- Header items behave like buttons.

	hds_hidden: INTEGER
			-- Indicates a header control that is intended to be hidden.
			-- This style does not hide the control; instead, it causes the
			-- header control to return zero in the cy member of the WINDOWPOS
			-- structure returned by an HDM_LAYOUT message. You would then hide
			-- the control by setting its height to zero.

	hds_horz: INTEGER
			-- The header control is horizontal.
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_HDS_CONSTANTS