BCGControlBar Pro for MFC
virtual BOOL CBCGPBaseRibbonElement::HasCompactMode ( ) const
inlinevirtual

Tells whether the ribbon element has "compact mode".

Should return TRUE if the ribbon element has "compact mode". In the "compact mode" an element displays a small image only.

You may override this function in a derived class and return TRUE or FALSE depending on the desired element behavior. The library provides the default behavior for all elements. For example, a ribbon button has the "compact mode" only if you specify a small image only (without large image and text).