IVideoWindow.HideCursor

 
Microsoft DirectShow 9.0

IVideoWindow.HideCursor

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

The HideCursor method hides or shows the cursor.

Syntax

  objVideoWindow
  .HideCursor(
    bValue As Long)

Parameters

bValue

Boolean value that specifies whether to hide or show the cursor. If True, the cursor is hidden; if False, the cursor is visible.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also