void CBCGPGridCtrl::EnableHeader | ( | BOOL | bEnable = TRUE , |
DWORD | dwFlags = (DWORD)-1 |
||
) |
Shows or hides the header.
Use this method to show or hide the header.
The grid control doesn't use the standard header control, it provides its own implementation.
dwFlags parameter can be a combination of the following flags:
By default all flags are included.
bEnable | If TRUE, the header will be shown. If FALSE, the header will be hidden. |
dwFlags | Specifies combination of flags. |