Enum FullScreenMode
Values for the FullScreen(mode) parameter.
public enum FullScreenMode
Fields
Off = 0Exits Full Screen mode. Does nothing if the browser is already in normal mode.
On = 1Sets the browser to full screen mode. Does nothing if the browser is already in full screen mode.
Toggle = 2Switches a full screen browser to normal mode or a normal mode browser to full screen.