Windows Media Player 11 SDK AmbientAttributes.visibleĀ 

Windows Media Player SDK banner art

Previous Next

AmbientAttributes.visible

The visible attribute specifies or retrieves the visibility for the control.

Syntax

  

Possible Values

This attribute is a read/write Boolean.

Value Description
true Default. The control is visible.
false The control is not visible.

Remarks

This attribute is useful for hiding controls, for example when swapping a pause button for a play button.

If the value is false, the control is not visible and click events are passed to the control behind it. If the value is true, the control is visible and receives the click event itself.

The default value for the AUTOMENU element is false.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next