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

Tells whether the ribbon element has "intermediate mode".

Should return TRUE if the ribbon element has "intermediate mode". In the "intermediate mode" an element displays a small image and the text on the right of the image.

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 "intermediate mode" if you specify a small image and text for it.