MenuView_t::DrawCascadeArrow
This method draws the cascade arrow on a menu.
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
OS Versions: Windows CE 5.01 and later.
Header: Menuview.hpp.