C++
CAdUiTabMainDialog( UINT idd, CWnd * pParent = NULL, HINSTANCE hDialogResource = NULL );
Description
This method initializes a new tabbed dialog. It sets the default button to IDOK.
Parameters
| Parameters | Description |
|---|---|
| idd | Input resource ID of the dialog template to use |
| pParent | Input CWnd parent |
| hDialogResource | Input dialog resource handle |