| void CBCGPPropList::EnableHeaderCtrl | ( | BOOL | bEnable = TRUE, |
| LPCTSTR | lpszLeftColumn = _T("Property"), |
||
| LPCTSTR | lpszRightColumn = _T("Value") |
||
| ) |
Enables or disables the header control at the top of the property list control.
Call this function to enable or disable a header control displayed at the top of the property list control. By the default, the header control is enabled and has two columns displaying "Property" and "Value" strings.
| bEnable | If TRUE, the header control is enabled. If FALSE, the header control is disabled. |
| lpszLeftColumn | Specifies the name of the left column. |
| lpszRightColumn | Specifies the name of the right column. |