Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonBar::GetHideFlags

Retrieves the flags that indicate how much of the ribbon bar is visible.

DWORD GetHideFlags() const;

The flags that indicate how much of the ribbon bar is visible.

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.

Header: afxribbonbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.