DVD Player ActiveX Control

MenuActivateButton 

 

Activates the selected menu button.

Public Function MenuActivateButton()

 

No Parameter

No Return Value

Example

   

Visual Basic Syntax
Assume the title menu have some buttons, it will selected first menu button and playback it automatically
 Private Sub DVDPlayer1_MenuButtonChange(ByVal iButtonCount As Integer, ByVal iSelButton As Integer)
DVDPlayer.MenuSelectButton 1
DVDPlayer.MenuActivateButton