Share via


Windows Media Player 11 SDK PlayerApplication.hasDisplay 

Windows Media Player SDK banner art

Previous Next

PlayerApplication.hasDisplay

The hasDisplay property retrieves a value indicating whether video can display through the remoted Player control.

Syntax

  
    
  

Possible Values

This property is a read-only Boolean.

Remarks

This property is used only when remoting the Windows Media Player control.

Several Windows Media Player controls can be running remotely at the same time, but video can only display in one location at a time, either in the full mode of the Player or in one of the remoted Windows Media Player controls. Use this property to determine whether the current control is the one through which video can be displayed.

Windows Media Player 10 Mobile: This property always returns true.

Requirements

Version: Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next