IMsTscAxEvents::OnRequestContainerMinimize method

Called when the user presses the Minimize button on the connection bar in full-screen mode. The firing of this event is a request that the container application minimize itself.

Syntax

void OnRequestContainerMinimize();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

This method will only be called if the container-handled full-screen mode is enabled - see IMsTscAdvancedSettings::put_ContainerHandledFullScreen for more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents