Share via


MenuView_t::DrawSeparator (Windows Embedded CE 6.0)

1/6/2010

This method draws the separator between menu items.

Syntax

static void DrawSeparator(
  HDC hdc,
  long x,
  long y,
  long cx,
  long cy,
  long cxMenu
);

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.
  • cx
    [in] The width of the menu item.
  • cy
    [in] The height of the menu item.
  • cxMenu
    [in] The width of the menu control

Requirements

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

See Also

Reference

MenuView_t