IMsRdpClientAdvancedSettings3::ConnectionBarShowMinimizeButton property

Specifies whether to display the Minimize button on the connection bar.

This property is read/write.

Syntax

HRESULT put_ConnectionBarShowMinimizeButton(
  [in]  VARIANT_BOOL fShowMinimize
);

HRESULT get_ConnectionBarShowMinimizeButton(
  [out] VARIANT_BOOL *pfShowMinimize
);

Property value

Set this parameter to VARIANT_TRUE to display the Minimize button, and to VARIANT_FALSE to disable the display of the Minimize button.

Error codes

Returns S_OK if successful.

Remarks

This property cannot be set while the control is connected.

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_IMsRdpClientAdvancedSettings3 is defined as 19cd856b-c542-4c53-acee-f127e3be1a59

See also

IMsRdpClientAdvancedSettings4

IMsRdpClientAdvancedSettings5

IMsRdpClientAdvancedSettings6

IMsRdpClientAdvancedSettings7

IMsRdpClientAdvancedSettings8

IMsRdpClientAdvancedSettings3