Microsoft Windows CE 3.0  

CBaseControlWindow::put_WindowStyleEx

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets the style of the control window.

HRESULT put_WindowStyleEx(
long
WindowStyleEx
);

Parameters

WindowStyleEx
[in] Value that specifies the style of the control window.

Return Values

Returns NOERROR.

Remarks

This method uses EX (extended) window styles. For a complete list of extended window styles, see the Microsoft Win32 CreateWindowExfunction. To change the window style, retrieve the current window style, and then add or remove the necessary bit fields.

Do not use the following window styles because they are not validated.