BCGSuite for MFC
CBCGPWinUITilesGroupCaption* CBCGPWinUITiles::SetGroupCaption ( int  nGroupID,
LPCTSTR  lpszName,
const CBCGPColor colorText = CBCGPColor(),
BOOL  bIsClickable = FALSE,
const CBCGPBrush brGroupFill = CBCGPBrush(),
const CBCGPBrush brGroupOutline = CBCGPBrush() 
)

Sets group caption.

Parameters
nGroupIDIdentifier for the group.
lpszNameThe name. Specify NULL to hide this group
colorTextThe text color.
bIsClickableTRUE if this object is clickable.
brGroupFillThe group fill brush.
brGroupOutlineThe group outline brush.
Returns
A pointer to CBCGPWinUITilesGroupCaption object.