| BOOL CBCGPExpanderCtrl::AddDialogToGroup | ( | int | nGroup, |
| UINT | nDlgResID, | ||
| CRuntimeClass * | pRTIDialog | ||
| ) |
Adds a new dialog to the existing group of the expander control.
| nGroup | A zero-based group index. |
| nDlgResID | The dialog resource ID. |
| pRTIDialog | The dialog runtime class (should be specified with DECLARE_DYNCREATE and derived from CDialog class). |