IRemoteDesktopClientTouchPointer::Enabled property

Whether the touch pointer feature is enabled on the RDP app container client control.

This property is read/write.

Syntax

HRESULT put_Enabled(
  [in]          VARIANT_BOOL Enabled
);

HRESULT get_Enabled(
  [out, retval] VARIANT_BOOL *Enabled
);

Property value

true if the touch pointer feature is enabled; otherwise, false.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IRemoteDesktopClientTouchPointer is defined as 260EC22D-8CBC-44B5-9E88-2A37F6C93AE9

See also

IRemoteDesktopClientTouchPointer