FullScreenMode Enumeration
Values for the FullScreen (mode) parameter.

C# Syntax

public enum FullScreenMode : System.Enum 
Members
MemberDescription
OffExits Full Screen mode. Does nothing if the browser is already in normal mode.
OnSets the browser to full screen mode. Does nothing if the browser is already in full screen mode.
ToggleSwitches a full screen browser to normal mode or a normal mode browser to full screen.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Web.FullScreenMode