Compartir a través de


CImeCUICandWindow::GetHorizontalOffset (Windows CE 5.0)

Send Feedback

This method determines the horizontal offset at which the IME candidate window is drawn.

static DWORD GetHorizontalOffset(void);

Parameters

None.

Return Values

The return value is the horizontal offset, in pixels, at which the candidate window is drawn, from the position specified by the Input Method Manager (IMM).

Remarks

Candidate strings in the candidate window should be horizontally aligned with the composition string. An application usually notifies the IME of the candidate window position. This is the position of the target clause in the composition string. The IME must move the candidate window position to the left because there are margins and an accelerator button in the candidate window. OEMs can use the GetHorizontalOffset method to set how the IME adjusts the candidate window position horizontally.

Requirements

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

See Also

CImeCUICandWindow

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.