AVEVA OMI Software Developer Kit



InteractionMode Property
Gets or sets the interaction mode of the runtime application.
Syntax
'Declaration
 
Public Property InteractionMode As InteractionMode
'Usage
 
Dim instance As TouchArgs
Dim value As InteractionMode
 
instance.InteractionMode = value
 
value = instance.InteractionMode
public InteractionMode InteractionMode {get; set;}
public:
property InteractionMode InteractionMode {
   InteractionMode get();
   void set (    InteractionMode value);
}
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