Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |