| BOOL CBCGPExpanderCtrl::AddDialogToGroup | ( | int | nGroup, |
| CDialog * | pDlg, | ||
| BOOL | bAutoDestroy = FALSE |
||
| ) |
Adds a new dialog to the existing group of the expander control.
| nGroup | A zero-based group index. |
| pDlg | A pointer to the dialog to be added to the container. |
| bAutoDestroy | Specifies wheher the dialog should be automatically destroyed. |