Windows Media Player 11 SDK VIEW.titleBar 

Windows Media Player SDK banner art

Previous Next

VIEW.titleBar

The titleBar attribute retrieves a value indicating whether the window title bar is shown.

Syntax

  

Possible Values

This attribute is a read-only Boolean.

Value Description
true Default. The window title bar is shown.
false The window title bar is not shown.

Remarks

If the title bar is shown, the control box, minimize, and close buttons will be shown. The title of the window will be the title of the VIEW element.

If titleBar is set to true and the user attempts to change the value of Video**.zoom**, the change will not take place unless the skin monitors zoom and takes appropriate action to resize itself.

Requirements

Windows Media Player version 7.0 or later.

See Also

Previous Next