AVEVA OMI Software Developer Kit



ArchestrA.Client.ViewApp Namespace : InteractionMode Enumeration
InteractionMode Enumeration
Defines the Touch Interaction mode.
Syntax
'Declaration
 
Public Enum InteractionMode 
   Inherits System.Enum
'Usage
 
Dim instance As InteractionMode
public enum InteractionMode : System.Enum 
public enum class InteractionMode : public System.Enum 
Members
MemberDescription
ContentInteractionMode Touch is in content interaction mode.
Disabled Touch is disabled.
SystemMode Touch is in system mode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArchestrA.Client.ViewApp.InteractionMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also