|
virtual |
Creates a CBCGPMenuBar object with additional styles.
Use this function, instead of Create(), when you need to specify additional control styles that should be provided separately from the toolbar styles (for example, TBSTYLE_TRANSPARENT and CBRS_TOP).
pParentWnd | Pointer to the window that is the menu bar's parent. |
dwCtrlStyle | Additional styles. |
dwStyle | Specifies the menu bar style. |
rcBorders | Specifies the border sizes. |
nID | The menu bar's child-window ID. |
Reimplemented from CBCGPToolBar.