FloatControlBar( CControlBar * pBar, CPoint point, DWORD dwStyle = CBRS_ALIGN_TOP )MSDN上的解释是:
dwStyleSpecifies whether to align the control bar horizontally or vertically within its new frame window. It can be any one of the following:
CBRS_ALIGN_TOP   Orients the control bar vertically.
CBRS_ALIGN_BOTTOM   Orients the control bar vertically.
CBRS_ALIGN_LEFT   Orients the control bar horizontally.
CBRS_ALIGN_RIGHT   Orients the control bar horizontally.
If styles are passed specifying both horizontal and vertical orientation, the toolbar will be oriented horizontally.Orients vertically/horizontally到底怎么解释?
我要的效果是工具条在浮动时,以竖直状态显示。但怎么也没法实现,必须用鼠标才能拖成竖直状态。
请高手指点