IVideoWindow.AutoShow
Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
The AutoShow property specifies whether the video renderer automatically shows the video window when it receives video data.
objVideoWindow.AutoShow As Long
Parameters
This property takes no parameters.
Return Value
Returns True or False. If the value is True, the video renderer automatically shows the video window when the renderer pauses or runs. If the value is False, the video renderer does not automatically show the window. The default value is True.
Remarks
By default, when the filter graph changes state to paused or running, the video renderer shows the video window and moves it to the foreground. If the user closes the window, it will not automatically reappear.
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