Windows Media Player SDK banner art
PreviousNext

THEME.closeView

The closeView method closes an open VIEW.

Syntax

theme.closeView(theView)

Parameters

  theView

A String specifying the id of the VIEW to close.

Return Values

This method does not return a value.

Example

<THEME>
  <VIEW>
    <TEXT value="open" 
        onclick="jscript:theme.openView('newView')"/>
    <TEXT top="30" value="close"
        onclick="jscript:theme.closeView('newView')"/>
  </VIEW>
  <VIEW id="newView"/>
</THEME>

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.