IMsTscAx::FullScreenTitle property
Specifies the window title displayed when the control is in full-screen mode.
This property is write-only.
Syntax
HRESULT put_FullScreenTitle(
[in] BSTR fullScreenTitle
);
Property value
The window title. The maximum length of this string is MAX_PATH-1 characters.
Error codes
Return S_OK if successful.
Remarks
This property is used to set the title of the control's window when the connection is opened in full-screen mode. Do not use this property for container-handled full-screen mode. When the IMsTscAdvancedSettings::put_ContainerHandledFullScreen method is called, the container window displays the window title.
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_IMsTscAx is defined as 8C11EFAE-92C3-11D1-BC1E-00C04FA31489 |