Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENMediaInteractityGroup Enumeration


In This Topic
    ENMediaInteractityGroup Enumeration
    In This Topic
    Enumerates the possible media interactivity groups (e.g. whether the user can interact with the media)
    Syntax
    'Declaration
     
    
    Public Enum ENMediaInteractityGroup 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENMediaInteractityGroup
    public enum ENMediaInteractityGroup : System.Enum 
    Members
    MemberDescription
    AnyMatches any interactity group
    BothThe media can be both static and interactive
    InteractiveThe media is interactive (can handle UI input)
    NAThe media interactity is NA
    StaticThe media is static (cannot handle UI input)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENMediaInteractityGroup

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also