Share via


CImeCUIDefCompWindow (Windows Embedded CE 6.0)

1/6/2010

This class provides the ability to draw the default composition window. This class also draws the guideline window because the behavior and appearance of the guideline window is almost same as the default composition window.

The following table shows the methods for the CImeCUIDefCompWindow base class by functional grouping.

Method Description

CImeCUIDefCompWindow::GetWndStyle

Retrieves the window styles of the default composition window.

CImeCUIDefCompWindow::GetWndStyleEx

Retrieves the extended window style of the default composition window.

CImeCUIDefCompWindow::GetMargins

Retrieves top, bottom, right, and left margins of the default composition window.

CImeCUIDefCompWindow::GetTextColor

Retrieves the color of the text in the guideline window.

CImeCUIDefCompWindow::PaintBackground

Draws the background of the default composition window.

CImeCUIDefCompWindow::IsHoverActionSupported

Determines whether objects of the default composition window check for a mouse hover.

CImeCUIDefCompWindow::PaintGripper

Draws the gripper bar of the default composition window.

The following table shows the methods for the CImeCUIDefCompWindow::CloseWindow subclass by functional grouping.

Method Description

CImeCUIDefCompWindow::CloseButton::AdjustRect

Retrieves the bounding rectangle of the close button.

CImeCUIDefCompWindow::CloseButton::PaintBackground

Draws the background of the close button.

CImeCUIDefCompWindow::CloseButton::PaintBitmap

Draws the bitmap of the close button.

CImeCUIDefCompWindow::CloseButton::GetSize

Retrieves the size of the close button.

The following table shows the method for the CImeCUIDefCompWindow::CompArea subclass by functional grouping.

Method Description

CImeCUIDefCompWindow::CompArea::GetMargins

Retrieves top, bottom, right, and left margins of the button area of the default composition window.

Requirements

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

See Also

Other Resources

Japanese IME 3.1 Classes