Share via


Windows Media Player 11 SDK IWMPClosedCaption.captioningId (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPClosedCaption.captioningId (VB and C#)

The IWMPClosedCaption property gets or sets the name of the HTML element displaying the captioning.

[Visual Basic]
Property captioningId As String

[C#]
string captioningId {get; set;}

Property Value

The System.String that is the ID of the HTML element.

Remarks

The element name specified can be any HTML element in the Web page as long as it supports the innerHTML attribute. If the Web page contains multiple frames, the element name can only refer to an element in the same frame as the Windows Media Player control.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next