Share via


Other IMsRdpClientAdvancedSettings Properties (Windows Embedded CE 6.0)

1/6/2010

You can set and retrieve properties related to smooth scrolling, maximizing applications, scaling the control's area, batching drawing operations, and other properties and performance flags.

The following table shows the properties you can set and retrieve.

Property Description

ClearTextPassword

Connection password for the Remote Desktop ActiveX control, in clear-text format.

For more information, see the IMsTscNonScriptable interface.

This property is write-only.

DedicatedTerminal

Specifies whether the client should run in dedicated-terminal mode. Setting this property to a nonzero value indicates that the client should run in dedicated-terminal mode. This property is intended primarily for use by Windows Embedded CE-based devices to specify screen-painting characteristics.

MaximizeShell

Specifies whether programs launched with the StartProgram property should appear with a maximized window. The default is a nonzero value, which indicates that the program should appear with a maximized window.

OrderDrawThreshold

Specifies the maximum number of drawing operations to batch together for rendering.

PerformanceFlags

Specifies the set of features at the remote server that are made unavailable to improve performance. The default value is zero (TS_PERF_DISABLE_NOTHING 0x00000000).

The following list shows other possible values:

  • TS_PERF_DISABLE_WALLPAPER 0x00000001
  • TS_PERF_DISABLE_FULLWINDOWDRAG 0x00000002
  • TS_PERF_DISABLE_MENUANIMATIONS 0x00000004
  • TS_PERF_DISABLE_THEMING 0x00000008
  • TS_PERF_ENABLE_ENHANCED_GRAPHICS 0x00000010
  • TS_PERF_DISABLE_CURSOR_SHADOW 0x00000020
  • TS_PERF_DISABLE_CURSORSETTINGS 0x00000040

For more information about the user preferences that can be set, see Terminal Services Client Configuration through the .rdp File

RdpdrClipCleanTempDirString

String that specifies the message to display, before exiting, while the client control is deleting files in a temporary directory. For example, "Cleaning up temporary directory."

RdpdrClipPasteInfoString

String that specifies the message to display while the client control processes clipboard information in preparation for pasting the data. For example, "Preparing to paste information."

RdpdrLocalPrintingDocName

String that specifies the name to use for printer documents that are redirected. For example, "Remote Desktop Redirected Printer Document."

SmartSizing

Specifies whether the display should be scaled to fit the client area of the ActiveX client control. VARIANT_TRUE enables scaling. Scroll bars do not appear when SmartSizing is enabled.

Unlike most other properties, this property can be set when the control is connected.

SmoothScroll

Specifies whether the Remote Desktop window should scroll smoothly when scroll bars are used. The default is a nonzero value, which enables smooth scrolling and increases the scrolling response on slower computers. The property has no effect on scrolling in the actual remote session.

See Also

Reference

IMsRdpClientAdvancedSettings Property Descriptions