Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPDVD.topMenu (VB and C#)

The topMenu method stops playback and displays the top (or root) menu for the current title.

  

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 topMenu and IWMPDVD.titleMenu methods open the same menu. The topMenu method usually invokes the top (or root) menu, but it may invoke the title menu if there is no root 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