| void CBCGPGroup::SetGroupControlsVisible | ( | BOOL | bVisible, | 
| LPCTSTR | lpszPrompt = NULL, | ||
| COLORREF | clrPrompt = CLR_DEFAULT | ||
| ) | 
Specifies whether controls located inside the group are visible.
| bVisible | TRUE to show, FALSE to hide group controls. | 
| lpszPrompt | A text prompt appearing in the middle of the group box when group controls are hidden. Can be NULL. | 
| clrPrompt | A color of the text prompt. |