BOOL CBCGPDialogBar::Create | ( | LPCTSTR | lpszWindowName, |
CWnd * | pParentWnd, | ||
BOOL | bHasGripper, | ||
UINT | nIDTemplate, | ||
UINT | nStyle, | ||
UINT | nID | ||
) |
Creates the Windows dialog bar object and attaches it to CBCGPDialogBar
See CBCGPDockingControlBar::Create for more information about possible styles.
lpszWindowName | Specifies the window name. |
pParentWnd | Points to the parent window. |
bHasGripper | Specifies whether the dialog bar should be created with caption (TRUE) or without caption. |
nIDTemplate | Specifies ID of the dialog resource template. |
nStyle | The Windows style |
nID | The control ID. |