RemoteDesktopClientTouchPointer.EventsEnabled property

[EventsEnabled is no longer available for use as of Windows 10 and Windows Server 2016 Technical Preview.]

Specifies if touch pointer event notifications are enabled for the Remote Desktop Protocol (RDP) app container client control. If this property is enabled, the OnTouchPointerCursorMoved event will be fired when the touch pointer cursor has moved.

Syntax

var eventsEnabled = remoteDesktopClientTouchPointer.eventsEnabled;
remoteDesktopClientTouchPointer.eventsEnabled = eventsEnabled;

Property value

Type: Boolean

true if the touch pointer events should be fired on the client; otherwise, false.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

End of client support

Windows 8.1

End of server support

Windows Server 2012 R2

IDL

RdpAppContainerClient.idl

Type library

MsTscAx.dll

DLL

MsTscAx.dll

See also

RemoteDesktopClientTouchPointer