Share via


MenuView_t::DrawScrollArrows (Windows Embedded CE 6.0)

1/6/2010

This method draws the scroll arrows on a menu.

Syntax

static void DrawScrollArrows(
  HDC hdc,
  long cxMenu,
  long cyMenu,
  BOOL bUpArrowEnabled,
  BOOL bDownArrowEnabled
);

Parameters

  • hdc
    [in] Handle to the device context for the menu.
  • cxMenu
    [in] The width of the menu control
  • cyMenu
    [in] The height of the menu control.
  • bUpArrowEnabled
    [in] Boolean that specifies whether the up arrow should be enabled or disabled. TRUE indicates the up arrow should be enabled. FALSE indicates the up arrow should be disabled.
  • bDownArrowEnabled
    [in] Boolean that specifies whether the down arrow should be enabled or disabled. TRUE indicates the down arrow should be enabled. FALSE indicates the down arrow should be disabled.

Requirements

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

See Also

Reference

MenuView_t