RegisterTouchElement Method
- Last UpdatedAug 21, 2026
- 1 minute read
Registers an inner control to the touch framework
'Declaration
Public MustOverride Sub RegisterTouchElement( _
ByVal iSupportTouchControl As Object, _
ByVal touchSupportElement As Object _
)
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