BCGControlBar Pro for MFC
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.

Parameters
bEnableIf TRUE, the header control is enabled. If FALSE, the header control is disabled.
lpszLeftColumnSpecifies the name of the left column.
lpszRightColumnSpecifies the name of the right column.