Share via


Windows Media Player 11 SDK EFFECTS.windowed 

Windows Media Player SDK banner art

Previous Next

EFFECTS.windowed

The windowed attribute specifies or retrieves a value indicating whether the visualization will be windowed or windowless, that is, whether the entire rectangle of the control will be visible at all times, or whether it can be clipped. This attribute can only be set at design time.

Syntax

  

Possible Values

This attribute is a Boolean specified at design time and read-only thereafter.

Value Description
true The control will be windowed.
false Default. The control will be windowless.

Remarks

If a non-rectangular visualization window is desired, or if any part of the window is covered by an image, this attribute must be set to false. This sacrifices some performance to do the necessary clipping.

If windowed is set to true, any image covering the visualization window is ignored, and the visualization window has the highest-level z-order.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next