Share via


CImeCUIToolBar::GetWndStyleEx (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the extended window style of the IME toolbar window.

Syntax

static DWORD GetWndStyleEx(void);

Parameters

None.

Return Value

The return value is zero (0) or one of the following extended window styles that are defined for the CreateWindowEx function:

  • WS_EX_CLIENTEDGE
  • WS_EX_DLGMODALFRAME
  • WS_EX_OVERLAPPEDWINDOW
  • WS_EX_STATICEDGE
  • WS_EX_WINDOWEDGE

Requirements

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

See Also

Reference

CImeCUIToolBar

Other Resources

CreateWindowEx