CBaseControlWindow::put_WindowStyleEx (Compact 2013)
3/26/2014
Sets the style of the control window.
HRESULT put_WindowStyleEx(
long WindowStyleEx
);
- WindowStyleEx
[in] Value that specifies the style of the control window.
Returns NOERROR.
This method uses EX (extended) window styles. For a complete list of extended window styles, see the Win32 CreateWindowEx function.
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:
- WS_DISABLED
- WS_HSCROLL
- WS_ICONIC
- WS_MAXIMIZE
- WS_MINIMIZE
- WS_VSCROLL
With some exceptions (noted here), the acceptable flags are the same as those allowed by the Win32 CreateWindow function.
Header |
dshow.h, |
Library |
ole32.lib, |