Share via


CMFCToolBarComboBoxButton::SetFlatMode

Sets the flat style appearance of combo box buttons in the application.

static void SetFlatMode(
   BOOL bFlat=TRUE 
);

Parameters

  • [in] bFlat
    TRUE for a flat style appearance; otherwise FALSE.

Remarks

The default flat style for combo box buttons is FALSE.

Requirements

Header: afxtoolbarcomboboxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarComboBoxButton Class