Share via


MenuView_t::DrawColumnBreak (Windows Embedded CE 6.0)

1/6/2010

This method draws the break between menu columns.

Syntax

static void DrawColumnBreak(
  HDC hdc,
  long x,
  long y,
  long cx,
  long cy,
  long cxMenu,
  long cyMenu,
  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. The default implementation of MenuView_t::DrawColumnBreak does not use this value.
  • cx
    [in] The width of the menu item. The default implementation of MenuView_t::DrawColumnBreak does not use this value.
  • cy
    [in] The height of the menu item. The default implementation of MenuView_t::DrawColumnBreak does not use this value.
  • cxMenu
    [in] The width of the menu control. The default implementation of MenuView_t::DrawColumnBreak does not use this value.
  • cyMenu
    [in] The height of the menu control.
  • 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