CMFCMenuBar::EnableMenuShadows

Enables shadows for pop-up menus.

static void EnableMenuShadows(
   BOOL bEnable = TRUE
);

Parameters

  • [in] bEnable
    A Boolean parameter that indicates whether shadows should be enabled for pop-up menus.

Remarks

The algorithm that this method uses is complex and may decrease the performance of your application on slower systems.

Requirements

Header: afxmenubar.h

See Also

Reference

CMFCMenuBar Class

Hierarchy Chart