Skip to content

Latest commit

 

History

History
143 lines (102 loc) · 5.16 KB

imsrdpclientadvancedsettings-smartsizing.md

File metadata and controls

143 lines (102 loc) · 5.16 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientAdvancedSettings SmartSizing property
Specifies if the display should be scaled to fit the client area of the control. Note that scroll bars do not appear when the SmartSizing property is enabled.
d0b93129-5f84-49c5-bf8c-048075ac1481
multiple
SmartSizing property Remote Desktop Services
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings interface
IMsRdpClientAdvancedSettings interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings2 interface
IMsRdpClientAdvancedSettings2 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings3 interface
IMsRdpClientAdvancedSettings3 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings4 interface
IMsRdpClientAdvancedSettings4 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings5 interface
IMsRdpClientAdvancedSettings5 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings6 interface
IMsRdpClientAdvancedSettings6 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings7 interface
IMsRdpClientAdvancedSettings7 interface Remote Desktop Services , SmartSizing property
SmartSizing property Remote Desktop Services , IMsRdpClientAdvancedSettings8 interface
IMsRdpClientAdvancedSettings8 interface Remote Desktop Services , SmartSizing property
apiref
IMsRdpClientAdvancedSettings.SmartSizing
IMsRdpClientAdvancedSettings.get_SmartSizing
IMsRdpClientAdvancedSettings.put_SmartSizing
IMsRdpClientAdvancedSettings2.SmartSizing
IMsRdpClientAdvancedSettings2.get_SmartSizing
IMsRdpClientAdvancedSettings2.put_SmartSizing
IMsRdpClientAdvancedSettings3.SmartSizing
IMsRdpClientAdvancedSettings3.get_SmartSizing
IMsRdpClientAdvancedSettings3.put_SmartSizing
IMsRdpClientAdvancedSettings4.SmartSizing
IMsRdpClientAdvancedSettings4.get_SmartSizing
IMsRdpClientAdvancedSettings4.put_SmartSizing
IMsRdpClientAdvancedSettings5.SmartSizing
IMsRdpClientAdvancedSettings5.get_SmartSizing
IMsRdpClientAdvancedSettings5.put_SmartSizing
IMsRdpClientAdvancedSettings6.SmartSizing
IMsRdpClientAdvancedSettings6.get_SmartSizing
IMsRdpClientAdvancedSettings6.put_SmartSizing
IMsRdpClientAdvancedSettings7.SmartSizing
IMsRdpClientAdvancedSettings7.get_SmartSizing
IMsRdpClientAdvancedSettings7.put_SmartSizing
IMsRdpClientAdvancedSettings8.SmartSizing
IMsRdpClientAdvancedSettings8.get_SmartSizing
IMsRdpClientAdvancedSettings8.put_SmartSizing
MsTscAx.dll
COM
reference
05/31/2018

IMsRdpClientAdvancedSettings::SmartSizing property

Specifies if the display should be scaled to fit the client area of the control. Note that scroll bars do not appear when the SmartSizing property is enabled.

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

This property is read/write.

Syntax

HRESULT put_SmartSizing(
  [in]  VARIANT_BOOL fSmartSizing
);

HRESULT get_SmartSizing(
  [out] VARIANT_BOOL *pfSmartSizing
);

Property value

Set this parameter to VARIANT_FALSE to disable the feature or VARIANT_TRUE to enable the feature.

Error codes

Returns S_OK if successful.

Remarks

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientAdvancedSettings is defined as 3c65b4ab-12b3-465b-acd4-b8dad3bff9e2

See also

IMsRdpClientAdvancedSettings2

IMsRdpClientAdvancedSettings3

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings5

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings