appendMedium method
Adds a medium to the end of the current list. If the medium is already used, it is first removed.
![]() ![]() |
Syntax
var retval = CSSMediaList.appendMedium(bstrMedium);Parameters
- bstrMedium [in]
-
Type: String
The new medium to add.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
Standards information
See also
- CSSMediaList
- Reference
- deleteMedium
- item
- length
- mediaText
Show:

