IViewObjectPresentFlipSite::IsFullScreen method
Determines if the ActiveX control is in full screen mode.
Syntax
HRESULT IsFullScreen(
[out, retval] BOOL* *pfFullScreen
);
Parameters
- pfFullScreen [out, retval]
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The method allows the control to query if it is being rendered in full screen mode or not.
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
DLL |
Mshtml.dll; Edgehtml.dll |