IMsRdpClientNonScriptable5::UseMultimon property

Specifies whether the Remote Desktop ActiveX control should use multiple monitors. If this property contains VARIANT_TRUE, the control will use multiple monitors. If this property contains VARIANT_FALSE, the control will not use multiple monitors.

This property is read/write.

Syntax

HRESULT put_UseMultimon(
  [in]          VARIANT_BOOL fUseMultimon
);

HRESULT get_UseMultimon(
  [out, retval] VARIANT_BOOL *pfUseMultimon
);

Property value

Specifies the new property value.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClientNonScriptable5 is defined as 4f6996d5-d7b1-412c-b0ff-063718566907

See also

IMsRdpClientNonScriptable5