BCGControlBar Pro for MFC
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:

  • SBARS_SIZEGRIP: the status bar control includes a sizing grip at the right end of the status bar. A sizing grip is similar to a sizing border; it is a rectangular area that the user can click and drag to resize the parent window.
  • SBT_TOOLTIPS: the status bar supports tooltips.
Parameters
pParentWndPointer to parent window
dwCtrlStyleAdditional styles for the creation of the embedded status bar object.
dwStyleSpecifies status bar control style. Must be WS_CHILD and combination of other styles that may be applied to control bar.
nIDStatus bar control ID.