Partager via


Other IMsRdpClientAdvancedSettings Properties

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 CE-based devices to specify screen-painting characteristics.
MaximizeShell Specifies whether programs launched with the StartProgram property should be maximized. The default is a nonzero value, which maximizes programs.
OrderDrawThreshold Specifies the maximum number of drawing operations to batch together for rendering.
PerformanceFlags Specifies a set of features that can be set at the server 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
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 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

IMsRdpClientAdvancedSettings Property Descriptions

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.