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.
nGroupID | Identifier for the group. |
lpszName | The name. Specify NULL to hide this group |
colorText | The text color. |
bIsClickable | TRUE if this object is clickable. |
brGroupFill | The group fill brush. |
brGroupOutline | The group outline brush. |