Visual Basic (Declaration) | |
---|---|
Public Property SubpictureOn As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DVDControl Dim value As Boolean instance.SubpictureOn = value value = instance.SubpictureOn |
C# | |
---|---|
public bool SubpictureOn {get; set;} |
Property Value
true if the Subpicture is On; false, otherwise.This method does not support command synchronization. The title currently being played determines which Subpicture streams are enabled and disabled. The title must enable a Subpicture stream for it to be displayed. The programmer can retrieve the Subpicture stream status by calling the IsSubpictureStreamEnabled method.
For more detailed information, refer to the Microsoft documentation for IDvdControl2.SetSubpictureState.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7