IVideoWindow.SetWindowForeground

 
Microsoft DirectShow 9.0

IVideoWindow.SetWindowForeground

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The SetWindowForeground method places the video window at the top of the Z order.

Syntax

  objVideoWindow
  .SetWindowForeground(
    Focus As Long)

Parameters

Focus

Boolean value that specifies whether to give the window focus. If True, the window will get the focus.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also