Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
The following table shows the styles that are supported by Windows Embedded CE.
Header control style | Description |
---|---|
HDS_BUTTONS |
Causes each header item to look and behave like a button. This style is useful if an application carries out a task when the user clicks an item in the header control. |
HDS_DRAGDROP |
Enables drag-and-drop reordering of header items. |
HDS_FULLDRAG |
Causes the header control to display column contents even while a user resizes a column. |
HDS_HIDDEN |
Creates a header control that you can hide by setting its height to zero. This style is useful when you use the control as an information container instead of a visual control. |
HDS_HORZ |
Creates a horizontal header control. |