Share via


CMFCToolBarEditBoxButton::IsFlatMode

Determines whether edit box buttons have a flat style.

static BOOL __stdcall IsFlatMode();

Return Value

Nonzero if the buttons have a flat style; otherwise, 0.

Remarks

By default, edit box buttons have a flat style. Use the CMFCToolBarEditBoxButton::SetFlatMode method to change the flat style appearance for your application.

Requirements

Header: afxtoolbareditboxbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCToolBarEditBoxButton Class

CMFCToolBarEditBoxButton::SetFlatMode