IVideoWindow.WindowStyleEx
Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The WindowStyleEx property sets or retrieves the extended window styles on the video window.
objVideoWindow.WindowStyleEx As Long
Parameters
This property takes no parameters.
Return Value
Returns one or more flags from the GWL_EXSTYLE value of the Windows SetWindowLong function.
Remarks
This property is a thin wrapper over the SetWindowLong function and must be treated with care. In particular, if you change this property, you should retrieve the current styles and then add or remove flags. With some exceptions, flags allowed by the Windows CreateWindow function are acceptable. However, do not use this method to change the window size.
This property is read/write.
Requirements
Type Library |
ActiveMovie control type library |
DLL |
Quartz.dll |
See Also
Send comments about this topic to Microsoft
Build date: 8/31/2010