CImeCUIToolBar::PaintGripper (Windows Embedded CE 6.0)
1/6/2010
This method draws a gripper bar of the IME toolbar 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 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 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 |