AVEVA OMI Software Developer Kit



ArchestrA.Client.ViewApp Namespace > TouchSupport Class : UnregisterTouchElement Method
The control that requires touch to be supported within an app
UnregisterTouchElement Method
Unregisters an inner control to the touch framework.
Syntax
'Declaration
 
Public MustOverride Sub UnregisterTouchElement( _
   ByVal touchSupportElement As Object _
) 
'Usage
 
Dim instance As TouchSupport
Dim touchSupportElement As Object
 
instance.UnregisterTouchElement(touchSupportElement)
public abstract void UnregisterTouchElement( 
   object touchSupportElement
)
public:
abstract void UnregisterTouchElement( 
   Object^ touchSupportElement
) 

Parameters

touchSupportElement
The control that requires touch to be supported within an app
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