Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |