|
Header Control Styles
The following window styles are used with header controls.
HDS_BUTTONS
| Header items behave like buttons.
| HDS_HIDDEN
| 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
| The header control is horizontal.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|