AVEVA OMI Software Developer Kit



ArchestrA.Client.ViewApp Namespace > TouchArgs Class : OriginalHitSource Property
OriginalHitSource Property
Gets or sets the element that received the touch hit.
Syntax
'Declaration
 
Public Property OriginalHitSource As Object
'Usage
 
Dim instance As TouchArgs
Dim value As Object
 
instance.OriginalHitSource = value
 
value = instance.OriginalHitSource
public object OriginalHitSource {get; set;}
public:
property Object^ OriginalHitSource {
   Object^ get();
   void set (    Object^ 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