BCGControlBar Pro for MFC
static void CBCGPToolbarComboBoxButton::SetFlatMode ( BOOL  bFlat = TRUE)
inlinestatic

Sets the flat look for the toolbar combo box buttons.

Call this static member function to set the flat look for the toolbar combo box buttons. If the bFlat parameter is TRUE the buttons will have the flat look.

You can query the current mode by calling the IsFlatMode() member function.

By default this mode is turned off (FALSE).

Parameters
bFlatSpecifies the mode to set.