CImeCUICandWindow (Windows Embedded CE 6.0)
1/6/2010
This class provides the ability to draw the IME candidate window.
The following table shows the methods for the CImeCUICandWindow base class by functional grouping.
Method | Description |
---|---|
Determines the horizontal offset at which the IME candidate window is drawn. |
|
Retrieves the window styles of the IME candidate window. |
|
Retrieves the extended window style of the IME candidate window. |
|
Retrieves the top, bottom, right, and left margins of the IME candidate window. |
|
Retrieves the number of candidates to be displayed on the IME candidate window at once. |
|
Retrieves the maximum height of the IME candidate window. |
|
Determines whether the IME draws the accelerator buttons of candidates. |
|
Determines whether objects of the IME candidate window check for a mouse hover. |
|
Draws the background of the IME candidate window. |
The following table shows the methods for the CImeCUICandWindow::CCCandListArea subclass by functional grouping.
Method | Description |
---|---|
Retrieves the top, bottom, right, and left margins of the candidate list area of the IME candidate window. |
|
Draws the background of the candidate list area of the IME candidate window. |
The following table shows the methods for the CImeCUICandWindow::CCCandListArea::Item subclass by functional grouping.
Method | Description |
---|---|
CImeCUICandWindow::CCandListArea::Item::CreateRenderingMetrics |
Allocates a memory block and stores item metrics to be referred. |
CImeCUICandWindow::CCandListArea::Item::FreeRenderingMetrics |
Frees a memory block allocated by the CImeCUICandWindow::CCandListArea::Item::CreateRenderingMetrics method. |
Retrieves the size of the bounding rectangle of the item. |
|
Sets the size of the bounding rectangle of the item after adjustments are made by the IME. |
|
Draws the background of the item. |
|
CImeCUICandWindow::CCandListArea::Item::PaintCandidateString |
Draws the candidate string. |
Draws the inline comment string. |
The following table shows the method for the CImeCUICandWindow::CCCandListArea::ScrollBar subclass by functional grouping.
Method | Description |
---|---|
CImeCUICandWindow::CCandListArea::ScrollBar::IsVisibleAlways |
Determines whether the scrollbar is always visible. |
The following table shows the methods for the CImeCUICandWindow::CReadingsArea subclass by functional grouping.
Method | Description |
---|---|
Determines whether the readings area is available. |
|
Retrieves the top, bottom, right, and left margins of the readings area. |
|
Retrieves a color of the static text in the readings area. |
|
Draws the background of the readings area. |
The following table shows the methods for the CImeCUICandWindow::CReadingsArea::Button subclass by functional grouping.
Method | Description |
---|---|
Retrieves the bounding rectangle of the button. |
|
Draws the background of the button. |
|
Draws the bitmap of the button. |
|
Draws the text of the button. |
The following table shows the methods for the CImeCUICandWindow::CBottomInfoArea subclass by functional grouping.
Method | Description |
---|---|
Determines whether the bottom information area is available. |
|
Retrieves the top, bottom, right, and left margins of the bottom information area. |
|
Retrieves the color of the static text in the bottom information area. |
|
Determines whether the IME draws the candidate menu button in the bottom information area. |
|
Determines whether the IME draws the sort button in the bottom information area. |
|
Determines whether the IME draws the text describing the number of candidates. |
|
Draws the background of the bottom information area. |
The following table shows the methods for the CImeCUICandWindow::CBottomInfoArea::CButton subclass by functional grouping.
Method | Description |
---|---|
Retrieves the bounding rectangle of a button. |
|
CImeCUICandWindow::CBottomInfoArea::CButton::PaintBackground |
Draws the background of a button. |
Draws the icon of a button. |
The following table shows the methods for the CImeCUICandWindow::CNumButton subclass by functional grouping.
Method | Description |
---|---|
Retrieves the bounding rectangle of a button. |
|
Draws the background of a button. |
|
Draws the icon of a button. |
Requirements
Header | imjpskin.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |