Applies to: desktop apps only
Specifies whether the container-handled full-screen mode is enabled.
Note The value of the
ContainerHandledFullScreen
property has no effect when the Remote Desktop ActiveX control is safe for scripting, and returns
S_FALSE when an attempt is made to change the value. This change was introduced in Windows XP with Service Pack 1 (SP1).
This property is read/write.
Syntax
HRESULT put_ContainerHandledFullScreen(
[in] BOOL ContainerHandledFullScreen
);
HRESULT get_ContainerHandledFullScreen(
[out] BOOL *pContainerHandledFullScreen
);
Property value
Set this parameter to TRUE to enable the mode or another value to disable the mode.
Error codes
Returns S_OK if successful. Returns S_FALSE if not supported.
Remarks
When this mode is enabled, the current container processes the switch into and out of full-screen mode. This
method should be used only if the current container needs extensive control over full-screen mode behavior. When
this property is set, the control does not enter or leave full-screen mode in response to the full-screen mode
shortcut key combination (CTRL+ALT+BREAK); instead, the
IMsTscAxEvents::OnRequestGoFullScreen and
IMsTscAxEvents::OnRequestLeaveFullScreen
events are called. See IMsTscAxEvents for
more information about these events.
Most container applications will not need to use container-handled full-screen mode.
For more information about Remote Desktop Web Connection, see
Requirements for Remote Desktop Web Connection.
Requirements
|
Minimum supported client
| Windows 2000 Professional |
|
Minimum supported server
| Windows 2000 Server |
|
IID
|
IID_IMsTscAdvancedSettings is defined as 809945cc-4b3b-4a92-a6b0-dbf9b5f2ef2d
|
See also
-
IMsRdpClientAdvancedSettings
-
IMsRdpClientAdvancedSettings2
-
IMsRdpClientAdvancedSettings3
-
IMsRdpClientAdvancedSettings4
-
IMsTscAdvancedSettings
Send comments about this topic to Microsoft
Build date: 3/7/2012