CImeCUIToolBar::IsHoverActionSupported (Windows CE 5.0)
This method determines whether objects in the IME toolbar window handle mouse hover events.
static BOOL IsHoverActionSupported(void);
Parameters
None.
Return Values
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
OS Versions: Windows CE .NET 4.2 and later.
Header: Imjpskin.h.
See Also
Send Feedback on this topic to the authors