Table of Contents

Enum FullScreenMode

Namespace
HP.LFT.SDK.Web
Assembly
HP.LFT.SDK.dll

Values for the FullScreen(mode) parameter.

public enum FullScreenMode

Fields

Off = 0

Exits Full Screen mode. Does nothing if the browser is already in normal mode.

On = 1

Sets the browser to full screen mode. Does nothing if the browser is already in full screen mode.

Toggle = 2

Switches a full screen browser to normal mode or a normal mode browser to full screen.