IMsRdpClientAdvancedSettings7::SuperPanAccelerationFactor property

Specifies or retrieves a value that indicates the SuperPan acceleration factor. The SuperPan acceleration factor determines how quickly the screen pans when in SuperPan mode. The acceleration factor is the number of pixels that the screen view scrolls in a given direction for every pixel of mouse movement by the client.

This property is read/write.

Syntax

HRESULT put_SuperPanAccelerationFactor(
  [in]          ULONG uAccelFactor
);

HRESULT get_SuperPanAccelerationFactor(
  [out, retval] ULONG *puAccelFactor
);

Property value

The SuperPan acceleration factor to set. The SuperPan acceleration factor is the number of pixels that the screen view scrolls in a given direction for every pixel of mouse movement.

Remarks

For more information about SuperPan, see EnableSuperPan.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings7 is defined as 26036036-4010-4578-8091-0db9a1edf9c3

See also

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings7

EnableSuperPan