LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DvdController Property
See Also 
Leadtools.Multimedia Namespace > ConvertCtrl Class : DvdController Property



Gets the DVDControl object used to control DVD playback when a DVD is loaded.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DvdController As DVDControl
Visual Basic (Usage)Copy Code
Dim instance As ConvertCtrl
Dim value As DVDControl
 
value = instance.DvdController
C# 
public DVDControl DvdController {get;}
C++/CLI 
public:
property DVDControl^ DvdController {
   DVDControl^ get();
}

Property Value

A DVDControl object.

Remarks

Uses the registered DVD control object. The DVDControl object is used to control the playback and search mechanisms of a DVD title that contains one or more video movies. For more information, refer to DVDControl.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also