MenuView_t::EraseBackground

This method erases the background of a menu.

static void EraseBackground(
  HDC hdc,
  RECT* prc
);

Parameters

  • hdc
    [in] Handle to the device context for the menu.
  • prc
    [in] Pointer to a RECT structure that specifies the area to draw.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Menuview.hpp.

See Also

RECT