AVEVA OMI Software Developer Kit



The control that is hosted in the Pane which implements ISupportTouch
The control that requires touch to be supported within an app
RegisterTouchElement Method
Registers an inner control to the touch framework.
Syntax
'Declaration
 
Public MustOverride Sub RegisterTouchElement( _
   ByVal iSupportTouchControl As Object, _
   ByVal touchSupportElement As Object _
) 
'Usage
 
Dim instance As TouchSupport
Dim iSupportTouchControl As Object
Dim touchSupportElement As Object
 
instance.RegisterTouchElement(iSupportTouchControl, touchSupportElement)
public abstract void RegisterTouchElement( 
   object iSupportTouchControl,
   object touchSupportElement
)
public:
abstract void RegisterTouchElement( 
   Object^ iSupportTouchControl,
   Object^ touchSupportElement
) 

Parameters

iSupportTouchControl
The control that is hosted in the Pane which implements ISupportTouch
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