Share via


Windows Media Player 11 SDK IWMPDVD.titleMenu (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPDVD.titleMenu (VB and C#)

The titleMenu method stops playback and displays the title menu.

  

Parameters

This method takes no parameters.

Return Value

This method does not return a value.

Remarks

Every DVD is authored differently. The DVD must contain a menu for this method to work. Some DVDs are authored so that the IWMPDVD.topMenu and titleMenu methods open the same menu. The titleMenu method usually invokes the title menu, but it may invoke the top menu if there is no title menu available.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next