IMsRdpClientAdvancedSettings3::ConnectionBarShowRestoreButton property
Specifies whether to display the Restore button on the connection bar.
This property is read/write.
Syntax
HRESULT put_ConnectionBarShowRestoreButton(
[in] VARIANT_BOOL fShowRestore
);
HRESULT get_ConnectionBarShowRestoreButton(
[out] VARIANT_BOOL *pfShowRestore
);
Property value
Set to VARIANT_TRUE to display the Restore button, and to VARIANT_FALSE to disable the display of the Restore 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 |
|
DLL |
|
IID |
IID_IMsRdpClientAdvancedSettings3 is defined as 19cd856b-c542-4c53-acee-f127e3be1a59 |