Share via


CImeCUIDefCompWindow::PaintGripper (Windows Embedded CE 6.0)

1/6/2010

This method draws the gripper bar of the default composition window.

Syntax

static BOOL PaintGripper(
  HDC hDC,
  LPRECT lprc,
  DWORD dwType
);

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 window.
  • dwType
    [in] Unsigned, 32-bit integer that indicates the type of the gripper bar. This parameter is set to the CUIGRIPPERTYPE_VERT value, which specifies the gripper for the horizontal toolbar.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

Header imjpskin.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

CImeCUIDefCompWindow

Other Resources

RECT