Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.windowlessVideo (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.windowlessVideo (VB and C#)

The windowlessVideo property gets or sets a value indicating whether the Windows Media Player control renders video in windowless mode.

[Visual Basic]
Public Overridable Property windowlessVideo As Boolean

[C#]
public virtual bool windowlessVideo {get; set;}

Property Value

A System.Boolean value indicating whether the Windows Media Player control renders video in windowless mode. The default value is false.

Remarks

By default, an embedded Windows Media Player control renders video in its own window within the client area. When windowlessVideo is set to true, the Windows Media Player object renders video directly in the client area, so you can apply special effects or layer the video with text.

Getting a value for this property is not supported for Netscape Navigator. Setting a value for this property in Netscape Navigator may yield unexpected results.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next