| BOOL CBCGPRibbonStatusBar::CreateEx | ( | CWnd * | pParentWnd, |
| DWORD | dwCtrlStyle = 0, |
||
| DWORD | dwStyle = WS_CHILD|WS_VISIBLE|CBRS_BOTTOM, |
||
| UINT | nID = AFX_IDW_STATUS_BAR |
||
| ) |
Creates status bar control.
dwCtrlStyle supports the following additional styles:
| pParentWnd | Pointer to parent window |
| dwCtrlStyle | Additional styles for the creation of the embedded status bar object. |
| dwStyle | Specifies status bar control style. Must be WS_CHILD and combination of other styles that may be applied to control bar. |
| nID | Status bar control ID. |