IViewObjectPresentFlipSite::EnterFullScreen method
Takes the ActiveX control out full screen mode.
Syntax
HRESULT EnterFullScreen();
Parameters
This method has no parameters.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is called by the control to request exist of full screen. Just as with EnterFullScreen, MSHTML will resize the element appropriately.
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
DLL |
Mshtml.dll; Edgehtml.dll |