This topic has not yet been rated - Rate this topic

deleteMedium method

Deletes a medium from the current list.

Document Object Model (DOM) Level 2 Style Specification, Section 1.2Internet Explorer 9

Syntax

var retval = CSSMediaList.deleteMedium(bstrMedium);

Parameters

bstrMedium [in]

Type: String

The medium to delete in the media list.

Return value

Type: HRESULT

This method can return one of these values.

Return codeDescription
S_OK

The operation completed successfully.

 

Standards information

See also

CSSMediaList
Reference
appendMedium
item
length
mediaText

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.