LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDTitleSelectedState Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDTitleSelectedState Enumeration



The available DVD title selected states.

Syntax

Visual Basic (Declaration) 
Public Enum DVDTitleSelectedState 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDTitleSelectedState
C# 
public enum DVDTitleSelectedState : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDTitleSelectedState : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
PartiallySelectedSome chapters are selected.
SelectedAll chapters are selected.
UnselectedNo chapters are selected.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDTitleSelectedState

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