BOOL CBCGPDialogBar::Create | ( | LPCTSTR | lpszWindowName, |
CWnd * | pParentWnd, | ||
BOOL | bHasGripper, | ||
LPCTSTR | lpszTemplateName, | ||
UINT | nStyle, | ||
UINT | nID, | ||
DWORD | dwTabbedStyle = CBRS_BCGP_REGULAR_TABS , |
||
DWORD | dwBCGStyle = dwDefaultBCGDockingBarStyle |
||
) |
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. |
lpszTemplateName | Specifies the name of the resource dialog template. |
nStyle | The Windows style |
nID | The control ID. |
dwTabbedStyle | Specifies the tabbed style of a tabbed window that will be created when the user drags another control bar on the caption of this control bar. |
dwBCGStyle | Specifies the additional BCGP style attributes. |