Share via


CImeCUIToolBar::IsHoverActionSupported (Windows Embedded CE 6.0)

1/6/2010

This method determines whether objects in the IME toolbar window handle mouse hover events.

Syntax

static BOOL IsHoverActionSupported(void);

Parameters

None.

Return Value

TRUE indicates that the objects handle mouse hover events. FALSE indicates that the objects do not handle any mouse hover events.

Remarks

If this method returns TRUE, the paint methods of the toolbar buttons are called when the mouse pointer hovers over the buttons, and the appearance of the buttons can be changed.

Requirements

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

See Also

Reference

CImeCUIToolBar