CMFCRibbonBar::GetHideFlags
Retrieves the flags that indicate how much of the ribbon bar is visible.
DWORD GetHideFlags() const;
Return Value
The flags that indicate how much of the ribbon bar is visible.
Remarks
The following table lists the possible combination of flags for the return value:
AFX_RIBBONBAR_HIDE_ELEMENTS
The ribbon bar is minimized vertically and only the category tabs, main button, and quick access toolbar are visible.AFX_RIBBONBAR_HIDE_ALL
The width of the ribbon bar is less than the minimum width and is completely hidden.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |