Share via


MenuView_t::DrawCascadeArrow (Windows Embedded CE 6.0)

1/6/2010

This method draws the cascade arrow on a menu.

Syntax

static void DrawCascadeArrow(
  HDC hdc,
  long x,
  long y,
  long cx,
  long cy,
  UINT menustate,
  BOOL bRightToLeft
);

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.
  • menustate
    [in] Constants to designate the appearance of the menu item. For more information, see Menus Constants.
  • bRightToLeft
    [in] Boolean that specifies the menu layout. TRUE indicates a Right-To-Left menu. FALSE indicates a Left-To-Right menu.

Requirements

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

See Also

Reference

MenuView_t