Share via


CImeCUIToolBar::PaintGripper (Windows CE 5.0)

Send Feedback

This method draws a gripper bar of the IME toolbar window.

static BOOL PaintGripper(HDC hDC,LPRECTlprc,DWORDdwType);

Parameters

  • hDC
    [in] Handle to the device context for the window.
  • lprc
    [in] Pointer to a RECT structure that specifies the coordinates of the bounding rectangle for the gripper.
  • dwType
    [in] Unsigned, 32-bit integer that indicates the type of the gripper bar. This parameter must be set to the CUIGRIPPERTYPE_VERT value. This specifies the gripper for a horizontal toolbar.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

In Japanese IME 3.1, the dwType parameter is always CUIGRIPPERTYPE_VERT because Windows CE supports only the horizontal toolbar.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Imjpskin.h.

See Also

CImeCUIToolBar | RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.