C# Syntax
public enum FullScreenMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.Web.FullScreenMode