BCGControlBar Pro for MFC
DWORD CBCGPAppBarWnd::m_dwFlags
protected

Combination of flags applied to the application bar.

You can apply the following flags to an application bar:

  • ABF_ALLOWLEFTRIGHT: allow dock at the left/right of the screen
  • ABF_ALLOWTOPBOTTOM: allow dock at the top/bottom of the screen
  • ABF_ALLOWANYEDGE: combination of ABF_ALLOWLEFTRIGHT and ABF_ALLOWTOPBOTTOM
  • ABF_ALLOWFLOAT: allow floating mode
  • ABF_ALLOWANYWHERE: combination of ABF_ALLOWANYEDGE and ABF_ALLOWFLOAT
  • ABF_ALLOWAUTOHIDE: follow auto-hide state
  • ABF_ALLOWALWAYSONTOP follow always-on-top state

ABF means "application bar behavior flags".