media property

Gets or sets the destination medium for style information.

 

Syntax

HRESULT value = object.put_media( v);HRESULT value = object.get_media(* p);

Property values

Type: BSTR

The intended destination medium for style information. This value can be a single media descriptor or a comma-separated list of media descriptors. Valid media descriptors are from the list of media types specified by Cascading Style Sheets, Level 2 (CSS2).

Standards information