Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the client control is in full-screen mode.
This property is read/write.
Syntax
HRESULT put_FullScreen(
[in] VARIANT_BOOL fFullScreen
);
HRESULT get_FullScreen(
[out] VARIANT_BOOL *pfFullScreen
);
Property value
True to enter full-screen mode, False to leave full-screen mode and return to window mode.
Error codes
If the methods succeed, S_OK is returned. Any other HRESULT value indicates that the call failed.
Remarks
You can set this property when the control is connected.
You must call the IMsRdpClientNonScriptable3::put_ConnectionBarText method before you call the IMsTscSecuredSettings::put_Fullscreen method or the IMsRdpClient::put_Fullscreen method.
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_IMsRdpClient is defined as 92b4a539-7115-4b7c-a5a9-e5d9efc2780a |