Share via


MenuView_t::DrawCheckMark (Windows Embedded CE 6.0)

1/6/2010

This method draws a check mark on a menu.

Syntax

static void DrawCheckMark(
  HDC hdc,
  long x,
  long y,
  UINT menustate,
);

Parameters

  • hdc
    [in] Handle to the device context for the menu.
  • x
    [in] The x coordinate of the menu item.
  • y
    [in] The y coordinate of the menu item.
  • menustate
    [in] Constants to designate the appearance of the menu item. For more information, see Menus Constants.

Requirements

Header menuview.hpp
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

MenuView_t