CBasePane::GetControlBarStyle
Returns the control bar style.
virtual DWORD GetControlBarStyle() const
Return Value
A bitwise-OR combination of AFX_CBRS_ flags.
Remarks
The return value is a combination of the following possible values.
Style |
Description |
---|---|
AFX_CBRS_FLOAT |
Makes the control bar float. |
AFX_CBRS_AUTOHIDE |
Enables auto-hide mode. |
AFX_CBRS_RESIZE |
Enables resizing of the control bar. When this flag is set, the control bar can be placed in a dockable pane. |
AFX_CBRS_CLOSE |
Enables hiding of the control bar. |
Requirements
Header: afxbasepane.h