Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method draws the gripper bar of the default composition window.
static BOOL PaintGripper( HDChDC, 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 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 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
Send Feedback on this topic to the authors