Enum FullScreenMode
Values for the FullScreen(mode) parameter.
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public enum FullScreenMode
Fields
| Name | Description |
|---|---|
| Off | Exits Full Screen mode. Does nothing if the browser is already in normal mode. |
| On | Sets the browser to full screen mode. Does nothing if the browser is already in full screen mode. |
| Toggle | Switches a full screen browser to normal mode or a normal mode browser to full screen. |