Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a ribbon status bar.
BOOL Create(
   CWnd* pParentWnd,
   DWORD dwStyle=WS_CHILD|WS_VISIBLE|CBRS_BOTTOM,
   UINT nID=AFX_IDW_STATUS_BAR 
);
Parameters
- [in] pParentWnd 
 A pointer to the parent window.
- [in] dwStyle 
 A logical OR combination of control styles.
- [in] nID 
 The control ID of the status bar.
Return Value
TRUE if the status bar is created successfully, FALSE otherwise.
Requirements
Header: afxribbonstatusbar.h