DVD Player ActiveX Control

SetSubTitlesEnable

 

Enable or disable sub-picture.

Public Function SetSubTitlesEnable _
  ByVal bEnable As Bool
 

 

Parameter
bEnable
true - enable the sub-picture, false - disable the sub-picture.

No Return Value
 
Example

   

Visual Basic Syntax
DVDPlayer1.SetTitle=1
iSubTitleCount = DVDPlayer1.GetSubTitlesCount
Me.ListSubTitle.Clear
For i = 0 To iSubTitleCount - 1
ListSubTitle.AddItem DVDPlayer1.GetSubTitlesName(i)
Next
DVDPlayer1.SetSubTitlesEnable True