IVideoWindow.Caption

 
Microsoft DirectShow 9.0

IVideoWindow.Caption

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

The Caption property sets or retrieves the window caption.

Syntax

  objVideoWindow
  .Caption As String 

Parameters

This property takes no parameters.

Return Values

Returns a string containing the caption.

Remarks

This property is read/write. If the video window is made the child of another window, the caption is not visible.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also