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